OSDN Git Service

update cli
authorChengcheng Zhang <943420582@qq.com>
Fri, 30 Aug 2019 07:18:59 +0000 (15:18 +0800)
committerChengcheng Zhang <943420582@qq.com>
Fri, 30 Aug 2019 07:18:59 +0000 (15:18 +0800)
commitbe1959d622e7a3308c72b2902e0bca0701bace51
treee05ffe4417281b1241084069c6b56f3341a6ddee
parente1fca8c530ea053649403a7d4f123e98cdb2c4ee
update cli
48 files changed:
cmd/commands.go [new file with mode: 0644]
cmd/main.go
main.go [deleted file]
swap/contract.go
swap/contract_test.go
vendor/github.com/spf13/cobra/LICENSE.txt [new file with mode: 0644]
vendor/github.com/spf13/cobra/README.md [new file with mode: 0644]
vendor/github.com/spf13/cobra/args.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/bash_completions.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/bash_completions.md [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/command.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/command_notwin.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/command_win.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/zsh_completions.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/LICENSE [new file with mode: 0644]
vendor/github.com/spf13/pflag/README.md [new file with mode: 0644]
vendor/github.com/spf13/pflag/bool.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/bool_slice.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/bytes.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/count.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/duration.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/duration_slice.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/flag.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/float32.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/float64.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/golangflag.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int16.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int32.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int64.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int8.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int_slice.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/ip.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/ip_slice.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/ipmask.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/ipnet.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/string.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/string_array.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/string_slice.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/string_to_int.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/string_to_string.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint16.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint32.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint64.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint8.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint_slice.go [new file with mode: 0644]