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

Make "aaz run -c" switch non-required #201

Open
jeremyhouser-ms opened this issue Feb 9, 2023 · 0 comments
Open

Make "aaz run -c" switch non-required #201

jeremyhouser-ms opened this issue Feb 9, 2023 · 0 comments

Comments

@jeremyhouser-ms
Copy link
Contributor

The -c switch is used to specify the command_modules in azure-cli

when working with code which is not present in azure-cli, this switch is unnecessary. Requiring it creates a dependency to either give it a dummy directory to find the path it expects, download azure-cli and use it, or give it a dummy directory without the path it expects, which generates an error that doesn't matter to us.

Instead, I would like to see a message in the help for -c and -s/--sm that states when you should use the given switch.

Please let me know what you think, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant