Commit 76ac76e
committed
Add error handling for 'mfc run' syntax
Address AI review feedback: prevent 'mfc run run case.py' issue by
detecting and rejecting the 'run' subcommand with a helpful error message.
If users try 'mfc run case.py', they now get:
mfc (Homebrew): The 'run' command is not needed.
Usage: mfc <case.py> [options]
Example: mfc case.py -n 21 parent 5fecd1b commit 76ac76e
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
117 | 125 | | |
118 | 126 | | |
119 | 127 | | |
| |||
0 commit comments