ipfs/ipget

ipget --help long description

Opened this issue · 0 comments

This should include a description of the program and a short example of its use.

I think that:

  • the current help output (--help) should be the new default output if no arguments (or wrong arguments are given
  • if --help or -h are given, the tool description and usage example should be shown (and the usage output should note that --help gives "full help"

maybe

ipget is a tool for non-interactive downloading of files or objects from IPFS to the 
user's filesystem, similar to wget or curl. It supports /ipfs and /ipns paths. ipget
is meant to be used in scripts and pipelines.
(via jbenet)