# Packages
Package common implements common oasis-node command options and utilities.
Package consensus implements the consensus sub-commands.
Package control implements the control sub-commands.
Package debug implements various sub-commands useful for debugging.
Package genesis implements the genesis sub-commands.
Package governance implements the governance sub-commands.
Package ias implements the IAS sub commands.
Package identity implements the identity sub-commands.
Package keymanager implements the keymanager sub-commands.
Package node implements the Oasis node.
Package registry implements the registry sub-commands.
Package signer registers all subcommands needed by specific signers.
Package stake implements the staking sub-commands.
Package storage implements the storage sub-commands.
# Functions
Execute spawns the main entry point after handling the config file and command line arguments.
RootCommand returns the root (top level) cobra.Command.