//
pkg.gl
Category
github.com/hashicorp-forge/hermes
internal
cmd
base
package
0.4.0
Repository:
https://github.com/hashicorp-forge/hermes.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
5
Files
104 SLOC
#
Functions
MakeShutdownCh
MakeShutdownCh returns a channel that can be used for shutdown notifications for commands.
NewCommand
NewCommand returns a new instance of a base.Command type.
NewFlagSet
NewFlagSet creates a new flag set.
#
Structs
Command
Command is a base collection of common logic and data embedded in all commands.
FlagSet
FlagSet is a wrapper around a flag set.