package
Version:
v1.11.0
Opens a new window with list of versions in this module.
Published: Dec 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package dry implements the dry run flag for chronoctl commands.
type Flags struct {
DryRun bool
}
Flags is a struct that contains a dry run flag that is used by CLI commands
to get user input
NewFlags returns a new DryRunFlags struct
AddFlags adds the dry run flag to a cobra command
Source Files
¶
Click to show internal directories.
Click to hide internal directories.