mirror of
https://github.com/xzeldon/whisper-api-server.git
synced 2024-12-27 09:55:45 +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
|
var parsedArgs *ParsedArguments
|
||||||
|
|
||||||
|
cobra.MousetrapHelpText = ""
|
||||||
|
|
||||||
rootCmd := &cobra.Command{
|
rootCmd := &cobra.Command{
|
||||||
Use: "whisper",
|
Use: "whisper",
|
||||||
Short: "Audio transcription using the OpenAI Whisper models",
|
Short: "Audio transcription using the OpenAI Whisper models",
|
||||||
|
Loading…
Reference in New Issue
Block a user