Skip to content

Commit eb96702

Browse files
committed
refactor
1 parent 9f1eb76 commit eb96702

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616

1717
var configFolderPath = ".config/assemblyai"
1818
var configFileName = "config.toml"
19+
var Token string
1920

2021
// configCmd represents the config command
2122
var configCmd = &cobra.Command{

cmd/transcribe.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ var transcribeCmd = &cobra.Command{
6868
},
6969
}
7070

71-
var Token string
72-
7371
func init() {
7472
transcribeCmd.PersistentFlags().StringP("redact_pii_policies", "i", "drug,number_sequence,person_name", "The list of PII policies to redact, comma-separated without space in-between. Required if the redact_pii flag is true.")
7573
transcribeCmd.PersistentFlags().BoolP("auto_chapters", "s", false, "A \"summary over time\" for the audio file transcribed.")

0 commit comments

Comments
 (0)