beeware / briefcase

Tools to support converting a Python project into a standalone native application.
https://briefcase.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2.5k stars 354 forks source link

build CLI application #1682

Closed Jzhenli closed 4 months ago

Jzhenli commented 4 months ago

What is the problem or limitation you are having?

Run a CLI application based on typer lib.

Describe the solution you'd like

Hi, I have a CLI application based on typer lib, when to run it with "briefcase dev" command, I don't know how to add the args, do u have any suggestions, thanks.

Describe alternatives you've considered

Run CLI application with "briefcase dev" command, and can add the args.

Additional context

No response

freakboy3742 commented 4 months ago

Thanks for the suggestion - this is a feature request that has existed for a while: #556.

Closing this ticket as a duplicate; follow the older ticket for any updates and for details on how this could be implemented.