-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed as not planned
Labels
component/cliCLI tools relatedCLI tools relatedpriority/mediumMedium priority issuesMedium priority issuestype/enhancementImprovements to existing featuresImprovements to existing featurestype/featureRequests for new featuresRequests for new features
Milestone
Description
Summary
Make CLI shows version with option -v
.
Problem
For now, CLI shows version with option -V
, captal V only.

But other options using lower character.
I felt that it lacked consistency and was confusing.
Also, most of other CLI programs using -v
options to show version.

But not Capital V:
- deno: The only CLI shows version with
-V
option.
- npm:
- yarn: It doesn't even know that
-V
is an option.
- pnpm:
- node:
Proposed Solution
I think that using -v
as a option to show version will be more user-friendly and give consistency.
Alternatives Considered
No response
Scope / Dependencies
- Modify
packages/cli
dahlia
Metadata
Metadata
Assignees
Labels
component/cliCLI tools relatedCLI tools relatedpriority/mediumMedium priority issuesMedium priority issuestype/enhancementImprovements to existing featuresImprovements to existing featurestype/featureRequests for new featuresRequests for new features