Documentation
¶
Index ¶
Constants ¶
View Source
const ( // UseConnectCmd Name connect command UseConnectCmd = `connect` // ShortConnectCmd Short description connect command ShortConnectCmd = `Output connected ssh connections` // LongConnectCmd Long description connect command LongConnectCmd = ` This command displays a list of your added ssh connections, if none are available, it will ask you to add connections ` )
View Source
const ( // UseCpCmd Name cp command UseCpCmd = `copy` // ShortCpCmd Short description cp command ShortCpCmd = `Download|Upload file` // LongCpCmd Long description cp command LongCpCmd = `This command Download or Upload file on the remote machine` )
View Source
const ( // UseCreateCmd Name create command UseCreateCmd = `create` // ShortCreateCmd Short description create command ShortCreateCmd = `Creates a connection` // LongCreateCmd Long description create command LongCreateCmd = ` This command creates connections, that you can reuse when connecting via ssh ` )
View Source
const ( // UseDeleteCmd Name delete command UseDeleteCmd = `delete` // ShortDeleteCmd Short description delete command ShortDeleteCmd = `Removing an alias connection` // LongDeleteCmd Long description delete command LongDeleteCmd = `This command allows you to remove an alias connection` )
View Source
const ( // UseListCmd Name list command UseListCmd = `list` // ShortListCmd Short description list command ShortListCmd = `Output your added connections for ssh` // LongListCmd Long description list command LongListCmd = ` This command displays a list of your added ssh connections, if none are available, it will ask you to add connections ` )
View Source
const ( // UseRootCmd App name and default name command UseRootCmd = `misha` // LongRootCmd Long description root command LongRootCmd = `Misha is a connection management utility` // ExampleRootCmd Example use command ExampleRootCmd = ` # Run it for create connection: misha create # Before created choice new connection: misha connect ` )
View Source
const ( // UseUpdateCmd Name update command UseUpdateCmd = `update` // ShortUpdateCmd Short description update command ShortUpdateCmd = `Connection update` // LongUpdateCmd Long description update command LongUpdateCmd = `This command modifies the selected ssh connection` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.