Skip to content

Commit

Permalink
add --no-code to help message
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Jul 19, 2024
1 parent 2c25f71 commit c20d8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Usage: localpen [options]
${gray("Options:")}
-h, --help ${bold("Show this help message")}
-t, --template ${bold("Specify a template to use")}
-n, --no-code ${bold("Don't open the project in VS Code")}
${gray("Deletion options, pick either or get prompted:")}
-k, --keep ${bold("Keep the project folder")}
Expand Down
1 change: 1 addition & 0 deletions tests/help.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Usage: localpen [options]
Options:
-h, --help Show this help message
-t, --template Specify a template to use
-n, --no-code Don't open the project in VS Code
Deletion options, pick either or get prompted:
-k, --keep Keep the project folder
Expand Down

0 comments on commit c20d8f4

Please sign in to comment.