Closed efiop closed 7 months ago
For example, when you don't specify a subcommand you get a 0 printed, which is coming from a click's Exit exception:
0
Exit
$ fal auth Usage: fal auth [OPTIONS] COMMAND [ARGS]... Options: --help Show this message and exit. Commands: login logout 0
For the record:
FAILED projects/fal/tests/test_apps.py::test_app_client_async - AssertionError: Logs missing from Completed status
is unrelated and also fails on main 😢 Will take a look later today.
For example, when you don't specify a subcommand you get a
0
printed, which is coming from a click'sExit
exception: