Skip to content

Commit

Permalink
chore(lint): flag naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Oct 30, 2023
1 parent b1960d5 commit 4ffbe9d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions messages/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ generate the command reference guide located

generate the command reference guide located

# pluginFlagSummary
# flags.plugins.summary

comma separated list of plugin names to be part of the generation. Defaults to the oclif plugin in the current working directory

# allFlagSummary
# flags.all.summary

include all relevant plugins in the generation

# hiddenFlagSummary
# flags.hidden.summary

show hidden commands

# outputdirFlagSummary
# flags.output-dir.summary

output directory to put generated files

# erroronwarningFlagSummary
# flags.error-on-warnings.summary

fail the command if there are any warnings

# ditamapSuffixFlagSummary
# flags.ditamap-suffix.summary

unique suffix to append to generated ditamap

# configPathFlagSummary
# flags.config-path.summary

A path to the directory containing a plugin or cli

Expand Down

0 comments on commit 4ffbe9d

Please sign in to comment.