package
4.7.0
Repository: https://github.com/confluentinc/cli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ExcludeCommandContains specifies a blacklist of commands to which this rule does not apply.
ExcludeFlag excludes flags by name.
No description provided by the author
No description provided by the author
No description provided by the author
RequireCapitalizeProperNouns checks that a field capitalizes proper nouns.
RequireEndWithPunctuation checks that a field ends with a period.
RequireFlagCharacters checks that a flag consists only of letters and a delimiter.
RequireFlagDelimiter checks that a flag uses a specified delimiter at most maxCount times.
RequireFlagKebabCase checks that a flag is kebab-case.
RequireFlagNameLength checks that a flag is between a certain min and max length.
RequireFlagRealWords checks that a flag uses delimited-real-words, not --smushcaseflags.
RequireFlagUsageCapitalized checks that a flag description starts with a capital letter.
RequireFlagUsageEndWithPunctuation checks that a flag description ends with a period.
No description provided by the author
No description provided by the author
RequireLengthBetween checks that a field is between a certain min and max length.
No description provided by the author
RequireLowerCase checks that a field is lower case.
RequireNotTitleCase checks that a field is Not Title Casing Everything.
RequireRealWords checks that a field uses delimited-real-words, not smushcasecommands.
RequireSingular checks that a field is singular (not plural).
RequireStartWithCapital checks that a field starts with a capital letter.
No description provided by the author
RequireValidExamples checks that a command's examples have the right flags.
No description provided by the author

# Structs

No description provided by the author
NamedArgumentConfig lets you specify different argument names in the help/usage for create commands vs other commands; e.g., to pass NAME on create and ID elsewhere.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author