envconst

package
v0.7.7 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2025 License: MIT Imports: 0 Imported by: 0

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 (
	// 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.

Jump to

Keyboard shortcuts

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