Commit abb1db1
committed
fix: handle missing command directory gracefully
The program now exits with success (code 0) when no commands are found,
instead of returning an error. This fixes the integration test
test_missing_directory which expects graceful handling of missing
directories.1 parent 9b33d0b commit abb1db1
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
167 | 173 | | |
168 | 174 | | |
169 | 175 | | |
| |||
0 commit comments