You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From other CLI programs I'm used to squishing options together.
I first tried riscosarc -xFn archive,d96 but this is rejected, showing the usage docs.
The docs call -l and -x as "command" (I wonder if these would be better as l/list and x/extract rather than need the leading -) and the others "argument", so I tried instead riscosarc -x -Fn archive,d96 but no joy here either.
Maybe things aren't as simple in Java but I'm used to argparse in Python handling all this for me (and generating the docs too)!
This is a minor request, just an idea. I won't be offended if you don't think it's worthwhile and close it!
The text was updated successfully, but these errors were encountered:
From other CLI programs I'm used to squishing options together.
I first tried
riscosarc -xFn archive,d96
but this is rejected, showing the usage docs.The docs call
-l
and-x
as "command" (I wonder if these would be better asl
/list
andx
/extract
rather than need the leading-
) and the others "argument", so I tried insteadriscosarc -x -Fn archive,d96
but no joy here either.Maybe things aren't as simple in Java but I'm used to
argparse
in Python handling all this for me (and generating the docs too)!This is a minor request, just an idea. I won't be offended if you don't think it's worthwhile and close it!
The text was updated successfully, but these errors were encountered: