dukerutledge@programming.dev to Programming@programming.devEnglish · 1 year agoCommand Line Interface Guidelinesclig.devexternal-linkmessage-square14fedilinkarrow-up131arrow-down10cross-posted to: programming@programming.devprogramming@programming.devprogramming@programming.dev
arrow-up131arrow-down1external-linkCommand Line Interface Guidelinesclig.devdukerutledge@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square14fedilinkcross-posted to: programming@programming.devprogramming@programming.devprogramming@programming.dev
minus-squareharuki@programming.devlinkfedilinkEnglisharrow-up3·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-up3·1 year agoFWIW a good library will do a lot of this for you - e.g. clap for Rust.
minus-squareharuki@programming.devlinkfedilinkEnglisharrow-up2·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.