Documentation
¶
Index ¶
Constants ¶
View Source
const ( Complete = "complete" CompleteHidden = "complete-hidden" Default = "default" Enum = "enum" EnumTerse = "enum-terse" Ext = "ext" Forward = "forward" Group = "group" HideDefault = "hide-default" HideLong = "hide-long" HideShort = "hide-short" Highlight = "highlight" Hint = "hint" Inverse = "inverse" Order = "order" Negatable = "negatable" Negative = "negative" NoIndent = "no-indent" Placeholder = "placeholder" Positive = "positive" Terse = "terse" Usage = "usage" )
Clib tag keys.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
Parse extracts the value for key from a clib tag string. Returns the unquoted value and true if found, or "" and false otherwise. Bare keys (no '=') return "" and true.
Format: comma-separated entries, values optionally single-quoted:
"negatable,group='Filters',placeholder='repo'"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.