Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.CLI.Run
Description
Dispatch for running all the CLI commands
Documentation
data ClientCommand Source #
Sub-commands of 'cardano-cli'.
Constructors
ByronCommand ByronCommand | Byron Related Commands |
ShelleyCommand ShelleyCommand | Shelley Related Commands |
DisplayVersion |
Instances
Show ClientCommand Source # | |
Defined in Cardano.CLI.Run Methods showsPrec :: Int -> ClientCommand -> ShowS # show :: ClientCommand -> String # showList :: [ClientCommand] -> ShowS # |
data ClientCommandErrors Source #
Instances
Show ClientCommandErrors Source # | |
Defined in Cardano.CLI.Run Methods showsPrec :: Int -> ClientCommandErrors -> ShowS # show :: ClientCommandErrors -> String # showList :: [ClientCommandErrors] -> ShowS # |