ipfs / ipget

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

Postfix -o option is ignored #36

Closed hackergrrl closed 8 years ago

hackergrrl commented 8 years ago

ipget uses urfave/cli, which ignores post-argument options. This is an issue with the core Go flag package. They also seem interested in addressing this, so let's see if they get to fixing it soon. If not, we can either make the PR ourselves or look at other CLI packages.