runtime icon indicating copy to clipboard operation
runtime copied to clipboard

CLI flags that are slices/arrays should not be plural

Open cjellick opened this issue 3 years ago • 1 comments

For example, it currently is:

acorn install --cluster-domains

but we want

acorn install --cluster-domain

Related issue: https://github.com/acorn-io/acorn/issues/472. We fixed the docs to align with reality, but we actually want to change the cli

cjellick avatar Aug 07 '22 03:08 cjellick

only one i found was cluster-domain. The rest were already right

cjellick avatar Aug 10 '22 00:08 cjellick

verified

cjellick avatar Aug 31 '22 19:08 cjellick