Documentation
¶
Overview ¶
Package rootflagnames holds the persistent-flag names of the `d8 cr` root command in one place. Both the producer (cmd/rootflags.go, where the flags are registered) and the consumers (e.g. cmd/completion, which re-reads them at completion time because PersistentPreRunE does not run during shell completion) must agree on the literal name strings - keeping them here prevents silent breakage on future renames.
Index ¶
Constants ¶
View Source
const ( Verbose = "verbose" Insecure = "insecure" AllowNondistributable = "allow-nondistributable-artifacts" Platform = "platform" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.