fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
31 stars 17 forks source link

doc: some common options not showing as double hyphen (--) #315

Closed young-s-park closed 1 year ago

young-s-park commented 1 year ago

Probably due to some auto formatting, some of the options under "Common Options" is showing as a single long hyphen instead of a double hyphen. E.g. --help or --env-prefix look like there is only a single hyphen

rsenden commented 1 year ago

Example: https://fortify.github.io/fcli/dev_develop/#_env_prefix

Looks like the Asciidoc used to generate this documentation has single dashes instead of double dashes for some of the options, so should be easy to fix: https://github.com/fortify/fcli/blob/cbac6e2e9b413277b09d243b43880cdd4953a593/doc-resources/asciidoc/versioned/index.adoc?plain=1#L77