Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Options in docs and Usage should follow hyphen convention: -s, --long #650

Description

@joshix

Make Docs (including Usage output from commands) across projects eventually consistent on single hyphen for single-character options (-o) and double hyphen for long options (--option).

(After https://github.com/spf13/cobra options munging lib.)

(Ideally, programs continue to be generous in accepting either form (-flag or --flag)

prog -f --option argument

(preserving TODO from discussion on https://github.com/coreos-inc/coreos-pages/pull/346)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions