Commit 075c93e
committed
Add boolean flag parameter support in CommandExecutor.run_topp()
Handle POSIX-style boolean flags in TOPP tool parameters where 'true'
emits -flag only (no value) and 'false' skips the parameter entirely.
This fixes tools like FLASHDeconv and FLASHTnT that expect flag-style
boolean parameters rather than -flag true/-flag false.
https://claude.ai/code/session_01R4Uj1R6TMZ6biZ6Ks9HT4C1 parent c65d503 commit 075c93e
1 file changed
+15
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
295 | 302 | | |
296 | 303 | | |
297 | 304 | | |
| |||
0 commit comments