dukerutledge to ProgrammingEnglish · 1 year agoCommand Line Interface Guidelinesclig.devexternal-linkmessage-square11fedilinkarrow-up146arrow-down10cross-posted to: programming[email protected]programming
arrow-up146arrow-down1external-linkCommand Line Interface Guidelinesclig.devdukerutledge to ProgrammingEnglish · 1 year agomessage-square11fedilinkcross-posted to: programming[email protected]programming
minus-squareharukilinkfedilinkEnglisharrow-up6·1 year agoI’ve been using this guide for writing a CLI tool for my company. Kudos to the authors for the amazing insights.
minus-squarenivenkos@lemmy.worldlinkfedilinkEnglisharrow-up4·1 year agoFWIW a good library will do a lot of this for you - e.g. clap for Rust.
minus-squareharukilinkfedilinkEnglisharrow-up4·edit-21 year agoYes. I’m using Python Click FYI. I mean I’ve been writing a CLI tool, not a CLI engine.
I’ve been using this guide for writing a CLI tool for my company. Kudos to the authors for the amazing insights.
FWIW a good library will do a lot of this for you - e.g. clap for Rust.
Yes. I’m using Python Click FYI.
I mean I’ve been writing a CLI tool, not a CLI engine.