ipfs / ipget

Retrieve files over IPFS and save them locally.
MIT License
394 stars 54 forks source link

Ensure arguments appear after options #41

Closed hackergrrl closed 8 years ago

hackergrrl commented 8 years ago

This is a hack to sidestep urfave/cli#427. Addresses #36.

Since the cli package can't handle arguments appearing before options, this pre-processes the os.Args and reorders them to be compatible with cli's parsing logic.