cli icon indicating copy to clipboard operation
cli copied to clipboard

man pages for detailed documentation

Open UmanShahzad opened this issue 4 years ago • 1 comments

There's actually so many features in the CLI so far for different commands that it's not reasonable to lay everything out in the README or in the inlined -h/--help output.

We should create man pages for individual commands which go into full details of what's possible and which can be accessible in these two ways:

$ man 1 ipinfo-<subcommand>
$ ipinfo <subcommand> --help

This is similar to what git does, e.g.:

$ man 1 git-init
$ git init --help

Need to also figure out how this works in a PowerShell (windows) environment.

UmanShahzad avatar Mar 18 '21 08:03 UmanShahzad

Tagging this as something we can do for v2.

UmanShahzad avatar Mar 26 '21 11:03 UmanShahzad