-
-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alias for Executing CLI Apps #1949
Comments
I was able to use maybe add docs for that? |
If you're referring to using As for the bigger feature suggestion: I agree that using the PEP 621 project metadata to define That said - we are on a broader push to use PEP 621 standard configurations wherever we can; maybe there is a way that we could use PEP 621 configurations in a way that is compatible with Briefcase. Off the top of my head, one approach might be to interpret a I'm not sure how this would map to At the very least, the one detail that PEP 621 |
What is the problem or limitation you are having?
To execute command line apps I have to write the name of folder that contains my main.py as is with underscores
Normally for CLI apps you'd have an enter script or alias to execute the main function.
for example:
then you'd execute it using
markdown-checker
notmarkdown_checker
Describe the solution you'd like
Add alias just like the project.scripts
Describe alternatives you've considered
I changed the names of everything to not use underscores but it seems that you are detecting this from the folder name and it wouldn't seem right for me to change the folder name to use dashes instead of underscores
Additional context
No response
The text was updated successfully, but these errors were encountered: