Standardization
- changed variables that was uppercased, that's not OK for linters - cleanup some documentation - remove the "/" in label prefix, a function is now used to get the complete label (`labelName()`) - some cleanup in tpl files, and so on...
This commit is contained in:
@@ -178,7 +178,7 @@ func generateLabelHelpCommand() *cobra.Command {
|
||||
If no label is specified, the help for all labels is printed.
|
||||
If a label is specified, the help for this label is printed.
|
||||
|
||||
The name of the label must be specified without the prefix ` + generator.KATENARY_PREFIX + `.
|
||||
The name of the label must be specified without the prefix ` + generator.Prefix() + `.
|
||||
|
||||
e.g.
|
||||
kanetary help-labels
|
||||
|
Reference in New Issue
Block a user