aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/codegangsta/cli/context_test.go
Commit message (Collapse)AuthorAgeFilesLines
* updated depsobscuren2015-03-251-0/+12
|
* cmd/ethereum: improve command line interfaceFelix Lange2015-03-061-0/+99
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.