Now, even though the functions are named cli_create_user() and cli_delete_user(), the commands will still be named create and delete:
fast →python main.py --help Usage: main.py [OPTIONS] COMMAND [ARGS]...
Options: --install-completion Install completion for the current shell. --show-completion Show completion for the current shell, to copy it or customize the installation. --help Show this message and exit.
Commands: create delete
💬 Test itpython main.py create Camila Creating user: Camila