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

feat(cli): Add support for CLI shortcut #53

Merged
merged 1 commit into from
Aug 29, 2023
Merged

feat(cli): Add support for CLI shortcut #53

merged 1 commit into from
Aug 29, 2023

Conversation

titom73
Copy link
Owner

@titom73 titom73 commented Aug 29, 2023

Add support for automatic CLI aliasing

# Original command
❯ ardl info eos-versions -rtype m --branch 4.29
['4.29.4M', '4.29.3.1M', '4.29.3M']

# CMD shortcut
❯ ardl info eos -rtype m --branch 4.29
['4.29.4M', '4.29.3.1M', '4.29.3M']

❯ ardl in eos-versions -rtype m --branch 4.29
['4.29.4M', '4.29.3.1M', '4.29.3M']

❯ ardl i e -rtype m --branch 4.29
['4.29.4M', '4.29.3.1M', '4.29.3M']

@titom73 titom73 added enhancement New feature or request CLI labels Aug 29, 2023
@titom73 titom73 self-assigned this Aug 29, 2023
@titom73 titom73 merged commit 322cbd5 into main Aug 29, 2023
26 checks passed
@titom73 titom73 deleted the feat/cmd-aliases branch August 29, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant