aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/codegangsta/cli/help.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/ethereum: improve command line interfaceFelix Lange2015-03-061-0/+211
The ethereum command line interface is now structured using subcommands. These separate the different tasks it can perform. Almost all flag names are backwards compatible. The key tasks have not been ported to subcommands since they will be replaced by the new accounts infrastructure very soon.