Documentation ¶
Index ¶
- func Execute()
- type Commandline
- func (cl *Commandline) ConfigChain(post func(cmd *cobra.Command, args []string) error) func(cmd *cobra.Command, args []string) (err error)
- func (cl *Commandline) Immugw(immugwServer gw.ImmuGw) func(*cobra.Command, []string) error
- func (cl *Commandline) NewCmd(immugwServer gw.ImmuGw) (*cobra.Command, error)
- type ManpageServiceImmugw
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Commandline ¶ added in v0.7.1
Commandline ...
func (*Commandline) ConfigChain ¶ added in v0.7.1
type ManpageServiceImmugw ¶ added in v0.7.0
type ManpageServiceImmugw struct{}
func (ManpageServiceImmugw) InstallManPages ¶ added in v0.7.0
func (mps ManpageServiceImmugw) InstallManPages(dir string) error
InstallManPages installs man pages
func (ManpageServiceImmugw) UninstallManPages ¶ added in v0.7.0
func (mps ManpageServiceImmugw) UninstallManPages(dir string) error
UninstallManPages uninstalls man pages
Click to show internal directories.
Click to hide internal directories.