If I only define one `@app.command` I cannot pass the corresponding function name as a command to the CLI Instead of ``python main.py hello James`` I have to use ``python main.py James`` Which is inconsistent with the behavior of the package when I have more than one `@app.command`