Comment on [help] How to decide what to do with command line parameters?
bloopernova@programming.dev 1 year agoI was doing it wrong. I was trying to do appname thing --action
when I should have been doing appname action --thing
. Thank you for commenting, I’m sorry to waste your time.
Raikin@feddit.de 1 year ago
No worries, this ain’t Stackoverflow ;-)