fal-ai / fal

⚡ Fastest way to serve open source ML models to millions
https://fal.ai/docs
Apache License 2.0
509 stars 44 forks source link

feat(cli): add ability to use --debug on all levels #118

Closed efiop closed 6 months ago

efiop commented 6 months ago

Currently if you want to use --debug, you have to specify it right after fal and any other place will result in an error, e.g.

$ fal function serve ... --debug
No such option: --debug

This PR allows it to be used with any subcommand.

linear[bot] commented 6 months ago

FEA-2110 fal cli doesn't support --debug on all subcommands