-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Git allows users to only type part of a command if the rest of it can be unambiguously guessed. In the BrainFrame CLI this would mean that the user could type brainframe c up instead of brainframe compose up because "compose" is the only command that starts with a "c".
Pros
- It's a relatively standard feature
- It lets users type less
Cons
- Additional complexity when parsing arguments
- When we add additional commands, it could break peoples' workflows by not allowing them to use their preferred shorthand anymore
@apockill @BryceBeagle What do you think? I'm mildly in favor, mostly because compose commands can get fairly long right now.
Metadata
Metadata
Assignees
Labels
No labels