You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Find a way to be able to use shorthands for commands.
Example:
Would turn into:
The text was updated successfully, but these errors were encountered: