Documentation
¶
Overview ¶
Package commonflags contains keys for all command-line flags related to openfeature CLI.
Index ¶
Constants ¶
View Source
const ( // `generate` flags: // FlagManifestPath is the key for the flag that stores the flag manifest path. FlagManifestPath = "flag_manifest_path" // OutputPath is the key for the flag that stores the output path. OutputPath = "output_path" // `generate go` flags: // GoPackageName is the key for the flag that stores the Golang package name. GoPackageName = "package_name" //internal keys: // FileSystem is the key for the flag that stores the filesystem interface. FileSystem = "filesystem" )
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.