Skip to content

Commit 26e6fba

Browse files
committed
root flags
1 parent 8ac2205 commit 26e6fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func init() {
8383
rootCmd.PersistentFlags().StringVar(&configFile, "config", "", "config file")
8484
rootCmd.PersistentFlags().BoolVarP(&convo, "convo", "c", false, "Conversational Style chat")
8585
rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "v", false, "verbose output")
86-
rootCmd.PersistentFlags().BoolVarP(&narrate, "narrate", "n", false, "Narrate the response using TTS and the default audio output")
86+
rootCmd.PersistentFlags().BoolVar(&narrate, "narrate", false, "Narrate the response using TTS and the default audio output")
8787
rootCmd.PersistentFlags().StringVar(&voice, "voice", "onyx", "Voice to use: alloy, ash, coral, echo, fable, onyx, nova, sage and shimmer")
8888

8989
// Check for Required Environment Variables

0 commit comments

Comments
 (0)