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 shortcut for project:init command. #61

Closed
wants to merge 1 commit into from

Conversation

vintorez
Copy link
Contributor

Attempting to use shortcut for the "init" command throws an error.

Fixes: #203

Attempting to use shortcut for the "init" command throws an error.
@vintorez vintorez self-assigned this May 16, 2023
@vintorez vintorez requested a review from akalipetis May 16, 2023 12:27
Copy link
Member

@akalipetis akalipetis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should work for all sub-strings of project:, like proj:init, etc, that are not ambiguous.

We should potentially handle it at the command level or see if we could change the way Cobra resolves commands.

@akalipetis
Copy link
Member

Closing this one, as the code has drifted.

@akalipetis akalipetis closed this Aug 22, 2023
@akalipetis akalipetis deleted the fix/project-init-shortcut branch August 24, 2023 12:00
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.

Shortcut for project commands (p) does not work
2 participants