Documentation
¶
Overview ¶
Package cmd provides the command-line interface for the CipherSwarm Agent.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "cipherswarm-agent", Version: lib.AgentVersion, Short: "CipherSwarm Agent", Long: "CipherSwarm Agent is the agent for connecting to the CipherSwarm system.", Run: func(_ *cobra.Command, _ []string) { agent.StartAgent() }, }
RootCmd represents the base command for the CipherSwarm Agent CLI application.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.