Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on programming.dev

13 replies

programming.dev

I've been using this guide for writing a CLI tool for my company. Kudos to the authors for the amazing insights.

5
nivenkosreply
lemmy.world

FWIW a good library will do a lot of this for you - e.g. clap for Rust.

3
lemmy.world

If it supports -? or --help, we can figure out the rest from the copious & accessible documentation that it will give us then.

4
fuboreply
lemmy.world

In other optimism, if I can apt-get install it, it has a manpage written by someone who's at least as entertaining a writer as Larry Wall.

3

Ok now this is venturing past Optimism into Fantasy... Is there a command line genre of fantasy?

2

You reached the end

Command Line Interface Guidelines | Spyke