Skip to content
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

create-exe does not work with packages with multiple commands #3425

Closed
fschutt opened this issue Dec 14, 2022 · 2 comments · Fixed by #3430
Closed

create-exe does not work with packages with multiple commands #3425

fschutt opened this issue Dec 14, 2022 · 2 comments · Fixed by #3430
Assignees
Labels
create-exe priority-high High priority issue

Comments

@fschutt
Copy link
Contributor

fschutt commented Dec 14, 2022

When generating an executable from a package with multiple commands, we need to create the exe in a way where we can do:

output.exe --command-name command
@fschutt
Copy link
Contributor Author

fschutt commented Dec 14, 2022

When creating the output.exe with create-exe, if the package specifies multiple commands, we should be able to generate the executable even if entrypoint doesn’t exist.

@syrusakbary
Copy link
Member

syrusakbary commented Dec 14, 2022

@fschutt let's use --command (or -c in it's short form) instead of --command-name (we should also change that on the CLI in a backward compatible way)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
create-exe priority-high High priority issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants