diff options
author | Felix Lange <fjl@twurst.com> | 2015-03-06 10:00:41 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-03-06 10:57:13 +0800 |
commit | bae7e93a9c5af679682f89b0f475e98c1eee9e58 (patch) | |
tree | bdf4c4fe1893c3e26d2c0dfd86204a1ea3d71085 /Godeps/Godeps.json | |
parent | f9c6bc63df8170c6a3b1bb7848b92759b17e7d58 (diff) | |
download | go-tangerine-bae7e93a9c5af679682f89b0f475e98c1eee9e58.tar.gz go-tangerine-bae7e93a9c5af679682f89b0f475e98c1eee9e58.tar.zst go-tangerine-bae7e93a9c5af679682f89b0f475e98c1eee9e58.zip |
cmd/ethereum: improve command line interface
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.
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index f0a3448c7..bf5b59c95 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -16,6 +16,11 @@ "Rev": "12e4b4183793ac4b061921e7980845e750679fd0" }, { + "ImportPath": "github.com/codegangsta/cli", + "Comment": "1.2.0-74-g50c77ec", + "Rev": "50c77ecec0068c9aef9d90ae0fd0fdf410041da3" + }, + { "ImportPath": "github.com/ethereum/ethash", "Comment": "v17-23-g2561e13", "Rev": "2561e1322a7e8e3d4a2cc903c44b1e96340bcb27" |