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.
Showing
- Godeps/Godeps.json 5 additions, 0 deletionsGodeps/Godeps.json
- Godeps/_workspace/src/github.com/codegangsta/cli/.travis.yml 6 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/.travis.yml
- Godeps/_workspace/src/github.com/codegangsta/cli/LICENSE 21 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/LICENSE
- Godeps/_workspace/src/github.com/codegangsta/cli/README.md 298 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/README.md
- Godeps/_workspace/src/github.com/codegangsta/cli/app.go 296 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/app.go
- Godeps/_workspace/src/github.com/codegangsta/cli/app_test.go 619 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/app_test.go
- Godeps/_workspace/src/github.com/codegangsta/cli/autocomplete/bash_autocomplete 13 additions, 0 deletions...github.com/codegangsta/cli/autocomplete/bash_autocomplete
- Godeps/_workspace/src/github.com/codegangsta/cli/autocomplete/zsh_autocomplete 5 additions, 0 deletions.../github.com/codegangsta/cli/autocomplete/zsh_autocomplete
- Godeps/_workspace/src/github.com/codegangsta/cli/cli.go 19 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/cli.go
- Godeps/_workspace/src/github.com/codegangsta/cli/cli_test.go 100 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/cli_test.go
- Godeps/_workspace/src/github.com/codegangsta/cli/command.go 160 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/command.go
- Godeps/_workspace/src/github.com/codegangsta/cli/command_test.go 49 additions, 0 deletions..._workspace/src/github.com/codegangsta/cli/command_test.go
- Godeps/_workspace/src/github.com/codegangsta/cli/context.go 339 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/context.go
- Godeps/_workspace/src/github.com/codegangsta/cli/context_test.go 99 additions, 0 deletions..._workspace/src/github.com/codegangsta/cli/context_test.go
- Godeps/_workspace/src/github.com/codegangsta/cli/flag.go 454 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/flag.go
- Godeps/_workspace/src/github.com/codegangsta/cli/flag_test.go 742 additions, 0 deletions...ps/_workspace/src/github.com/codegangsta/cli/flag_test.go
- Godeps/_workspace/src/github.com/codegangsta/cli/help.go 211 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/help.go
- Godeps/_workspace/src/github.com/codegangsta/cli/helpers_test.go 19 additions, 0 deletions..._workspace/src/github.com/codegangsta/cli/helpers_test.go
- cmd/ethereum/flags.go 0 additions, 168 deletionscmd/ethereum/flags.go
- cmd/ethereum/js.go 8 additions, 5 deletionscmd/ethereum/js.go
Loading
Please register or sign in to comment