Skip to content

Commit

Permalink
Add help for dsu project use --default option
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed Feb 12, 2024
1 parent 26ab7c2 commit bc62ebb
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions lib/locales/en/subcommands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,14 +648,18 @@ en:
- Y
- n
use:
desc: use|u [PROJECT_NAME|PROJECT_NUMBER]
desc: use|u [OPTIONS] [PROJECT_NAME|PROJECT_NUMBER]
usage: Selects the DSU project to use, based on the given PROJECT_NAME or PROJECT_NUMBER
long_desc: |
Selects the DSU project to use, based on the given PROJECT_NAME or PROJECT_NUMBER.
dsu project use [PROJECT_NAME|PROJECT_NUMBER]
dsu project use [OPTIONS] [PROJECT_NAME|PROJECT_NUMBER]
dsu p u [PROJECT_NAME|PROJECT_NUMBER]
dsu p u [OPTIONS] [PROJECT_NAME|PROJECT_NUMBER]
OPTIONS:
-d|--default true|false (default: false): If true, the PROJECT_NAME|PROJECT_NUMBER will become the default project.
PROJECT_NAME
Expand Down Expand Up @@ -688,6 +692,12 @@ en:
$ dsu project use 2
$ dsu p u 2
These will use "Project A" and make it the default project if it is not the default project.
$ dsu project use --default "Project A"
$ dsu p u -d "Project A"
messages:
using_project: Now using project "%{project_name}".
prompts:
Expand Down

0 comments on commit bc62ebb

Please sign in to comment.