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: infer subcommand and args #41

Merged
merged 1 commit into from
Sep 7, 2022
Merged

feat: infer subcommand and args #41

merged 1 commit into from
Sep 7, 2022

Conversation

sigoden
Copy link
Owner

@sigoden sigoden commented Sep 7, 2022

For example, to match a subcommand named test, one could use t, te, tes, and test.

NOTE: The match must not be ambiguous at all in order to succeed. i.e. to match te to test there could not also be a subcommand or alias temp because both start with te

@sigoden sigoden merged commit 493cb12 into main Sep 7, 2022
@sigoden sigoden deleted the feat-infer branch September 7, 2022 01:21
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.

1 participant