Skip to content

Commit

Permalink
chore: minor text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexinhans committed Feb 5, 2024
1 parent 1bf6d5b commit 6d3ed8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import {
PackageManagerEnum,
} from './types';

// IF ITS HAS TWO DASH ITS COMMAND FLAG
// IF ITS HAS ONE DASH ITS GLOBAL FLAG
// TWO DASH = COMMAND FLAG
// ONE DASH = GLOBAL FLAG
export const program = new Command()
.name(name)
.version(version, '-v, --vers', 'Output the current version')
Expand Down

0 comments on commit 6d3ed8d

Please sign in to comment.