mlhubber / mlhub

Machine Learning Model Repository Hub Command Line Tool.
MIT License
20 stars 12 forks source link

Ensure the command return status is passed through the command line #280

Open Ting-TT opened 5 months ago

Ting-TT commented 5 months ago

Example: The exit status of 1 from "openai" is not being propagated up to the final exit status seen in the terminal.

$ ml transcribe openai /Users/tt/COMP4560/en.mp3
openai transcribe: File not found: /Users/tt/COMP4560/en.mp3
$ echo $?                                               
0