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): Find a way to be able to use shorthands for commands #14

Open
acovaci opened this issue May 19, 2024 · 0 comments
Open

feat(cli): Find a way to be able to use shorthands for commands #14

acovaci opened this issue May 19, 2024 · 0 comments
Labels
feature A suggestion for a new feature. planned Functionality that we want to implement. Only for use by the maintainers.

Comments

@acovaci
Copy link
Owner

acovaci commented May 19, 2024

Find a way to be able to use shorthands for commands.

Example:

plumb pc -i vscode -l ~/dev <some-git-repo>.git

Would turn into:

plumb project clone --ide vscode --location ~/dev <some-git-repo>.git

Given
* A string of 1-letter args

Outcome
* Figure out the corresponding command
@acovaci acovaci added feature A suggestion for a new feature. planned Functionality that we want to implement. Only for use by the maintainers. labels May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A suggestion for a new feature. planned Functionality that we want to implement. Only for use by the maintainers.
Projects
None yet
Development

No branches or pull requests

1 participant