Skip to content

Preserve acronym casing (ID, URL, API, JSON, ...)Β #38

@romeosarkar10x

Description

@romeosarkar10x

Feature request

This is my flags:

flags: {
    orgID: {
        type: String,
        description: "Organization ID",
    }
}

Help message:

      --org-i-d <string>                         Organization ID

Why?

The current behavior forces a choice between:

  1. Poor naming in code (orgId, apiUrl, someApiKey)
  2. Poor CLI flags (--org-i-d, --api-u-r-l, --some-a-p-i-key)

Alternatives

No response

Additional context

Would love to see support for this common use case!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions