Commit 571e0fe
committed
refactor(cli): simplify bash command execution API
- Merge executeBashCommand and runBashCommand into single function - Get
store functions internally instead of passing as options - Add /bash
<command> inline execution support in command registry1 parent 3aaaa60 commit 571e0fe
File tree
4 files changed
+486
-53
lines changed- cli/src
- __tests__
- commands
- __tests__
4 files changed
+486
-53
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
0 commit comments