Skip to content

Commit

Permalink
[cli] Explain the --fg-token option in help command (#13)
Browse files Browse the repository at this point in the history
* [cli] Explain the `--fg-token` option in `help` command

* [cli] Fix typo
  • Loading branch information
junhoyeo authored Jan 4, 2023
1 parent 25df17e commit a9130ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const help = () => {
--paths ${prop('SUBMODULE_PATHS')} Clone only specific submodules with the provided ${code('path')})
--depth ${prop('CLONE_DEPTH')} Configure the clone depth (default: ${code('1')})
--token ${prop('TOKEN')} Configure the token used for GitHub Authentication (default: ${code('$GITHUB_TOKEN')})
--fg-token ${prop('FINE_GRAINED_PAT')} Configure the fine-grained PAT used for GitHub Authentication (disabled by default)
${chalk.dim('Examples:')}
Expand Down

0 comments on commit a9130ea

Please sign in to comment.