Documentation
¶
Overview ¶
Package aliases stores named shortcuts for `with exec` invocations and generates the shell lines that activate them.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Alias ¶
type Alias struct {
Command []string `json:"command"`
User string `json:"user,omitempty"`
Password string `json:"password,omitempty"`
PasswordSet bool `json:"password_set,omitempty"`
PasswordFile string `json:"password_file,omitempty"`
}
Alias is one saved `with exec` shortcut.
type Store ¶
Store is the on-disk collection of aliases.
Click to show internal directories.
Click to hide internal directories.