cmds

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2020 License: BSD-3-Clause Imports: 35 Imported by: 0

Documentation

Index

Constants

View Source
const DEFAULT_CONSOLE_CONFIG_NAME = "console_defaults.yaml"

Variables

View Source
var (
	AutoCompleteCmd = &cobra.Command{
		Use:     "autocomplete",
		Short:   "generate shell autocomple",
		Aliases: []string{"auto", "a"},
	}
)
View Source
var InteractiveConsoleCmd = &cobra.Command{
	Use:     "interactive",
	Short:   "start the interactive console",
	Aliases: []string{"i", "console", "c"},
	Args:    cobra.NoArgs,
	Run:     cmdInteractiveConsole,
}
View Source
var (
	ListCryptosCmd = &cobra.Command{
		Use:     "cryptos",
		Short:   "list available cryptocurrencies",
		Aliases: []string{"c"},
		Args:    cobra.NoArgs,
		Run:     cmdListCryptos,
	}
)
View Source
var (
	LockSetCmd = &cobra.Command{
		Use:     "lockset <command>",
		Short:   "lockset commands",
		Aliases: []string{"lock", "l"},
	}
)
View Source
var (
	ProposalCmd = &cobra.Command{
		Use:     "proposal <command>",
		Short:   "proposal commands",
		Aliases: []string{"prop", "p"},
	}
)
View Source
var (
	RecoverCmd = &cobra.Command{
		Use:     "recover",
		Short:   "recovery commands",
		Aliases: []string{"rec"},
	}
)
View Source
var (
	RedeemCmd = &cobra.Command{
		Use:     "redeem",
		Short:   "redeem commands",
		Aliases: []string{"r", "red"},
	}
)
View Source
var (
	TradeCmd = &cobra.Command{
		Use:     "trade",
		Short:   "trade commands",
		Aliases: []string{"t"},
	}
)
View Source
var (
	WatchCmd = &cobra.Command{
		Use:     "watch <command>",
		Short:   "blockchain watch commands",
		Aliases: []string{"w"},
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL