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

fix: rename smapi commands version parameter since it was conflicting… #125

Merged
merged 1 commit into from
Apr 15, 2020

Conversation

kakhaUrigashvili
Copy link
Contributor

fixing a bug

Before

ask smapi get-interaction-model-catalog-values -c cat --version 20

having --version would simply call global version command which would return 2.0.1, which is ask cli version

After:
rename all version parameters for smapi to be named vers to avoid naming conflict.

ask smapi get-interaction-model-catalog-values -c cat --vers 20

this would call actual smapi.

@kakhaUrigashvili kakhaUrigashvili merged commit 11f808a into develop Apr 15, 2020
@kakhaUrigashvili kakhaUrigashvili deleted the rename-version-parameter branch April 15, 2020 19:19
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

Successfully merging this pull request may close these issues.

2 participants