Commit 0d036b0
committed
flux-mini: do not allow option abbreviation
Problem: flux-mini currently accepts option abbreviations since this
is default argparse behviour. However, this means `flux mini run` accepts
`--cores=N` for `--cores-per-task`, which could confuse users.
Set the allow_abbrev=False flag on flux-mini ArgumentParser() constructor.1 parent 27a25f0 commit 0d036b0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
| 455 | + | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| |||
0 commit comments