| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.CLI.Command
Synopsis
- data ClientCommand
- = AnyEraCommand AnyEraCommand
- | AddressCommand AddressCmds
- | ByronCommand ByronCommand
- | CompatibleCommands AnyCompatibleCommand
- | HashCmds HashCmds
- | KeyCommands KeyCmds
- | NodeCommands NodeCmds
- | QueryCommands (QueryCmds era)
- | LegacyCmds LegacyCmds
- | CipFormatCmds CipFormatCmds
- | CliPingCommand PingCmd
- | CliDebugCmds DebugCmds
- | Help ParserPrefs (ParserInfo a)
- | DisplayVersion
Documentation
data ClientCommand Source #
Sub-commands of 'cardano-cli'.
Constructors
| AnyEraCommand AnyEraCommand | |
| AddressCommand AddressCmds | |
| ByronCommand ByronCommand | Byron Related Commands |
| CompatibleCommands AnyCompatibleCommand | Backward compatible commands for testing only |
| HashCmds HashCmds | Era-agnostic hashing commands |
| KeyCommands KeyCmds | Era agnostic key commands |
| NodeCommands NodeCmds | Era agnostic node commands |
| QueryCommands (QueryCmds era) | Query commands |
| LegacyCmds LegacyCmds | Legacy shelley-based Commands |
| CipFormatCmds CipFormatCmds | Miscellaneous commands |
| CliPingCommand PingCmd | |
| CliDebugCmds DebugCmds | |
| Help ParserPrefs (ParserInfo a) | |
| DisplayVersion |