fizzbuzz_cli module
This is a CLI to the functions defined in fizzbuzz_lib
and the web services provided by fastapi_app
. Use option --help
to see available commands.
- classic_fizzbuzz_command(n: int = <typer.models.ArgumentInfo object>, sep: str = <typer.models.OptionInfo object>)[source]
Run the classsic FizzBuzz