Skip to content

Commit

Permalink
fix: disable 'mouse trap' by cobra. lol
Browse files Browse the repository at this point in the history
  • Loading branch information
xzeldon committed Dec 25, 2024
1 parent f58c2e2 commit bf82643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/resources/cliArgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ func ParseFlags() (*ParsedArguments, error) {

var parsedArgs *ParsedArguments

cobra.MousetrapHelpText = ""

rootCmd := &cobra.Command{
Use: "whisper",
Short: "Audio transcription using the OpenAI Whisper models",
Expand Down

0 comments on commit bf82643

Please sign in to comment.