cmd

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

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

func Execute

func Execute()

Execute runs the root command and checks for any errors that occur during its execution.

Types

This section is empty.

Jump to

Keyboard shortcuts

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