mirror of
https://github.com/xzeldon/whisper-api-server.git
synced 2024-12-26 19:15:47 +00:00
fix: disable 'mouse trap' by cobra. lol
This commit is contained in:
parent
f58c2e2dd8
commit
bf82643090
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user