File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,10 @@ export interface MenuOptions {
45
45
46
46
/**
47
47
* A Gud CLI plugin that:
48
- * 1. Prompts the user to choose a subcommand if the current command requires
49
- * it.
50
- * 2. After a subcommand is chosen, checks if it also needs a subcommand.
51
- * 3. If further subcommands are needed, displays a new prompt with an added '↩
52
- * back' option.
48
+ * 1. Prompts the user to choose a command or subcommand if required and not
49
+ * already provided.
50
+ * 2. After a command is chosen, checks if it also needs a subcommand and
51
+ * displays a new prompt with an added '↩ back' option if so.
53
52
* 4. Continues this process until all necessary subcommands are selected.
54
53
*
55
54
* Note: The '↩ back' option allows users to return to the previous menu at any
You can’t perform that action at this time.
0 commit comments