Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli): deduplicate default information #3842

Merged
merged 1 commit into from
Feb 8, 2025
Merged

Conversation

erickzhao
Copy link
Member

Usage: electron-forge-init [options] [name]

Options:
  -V, --version          Output the current version
  -t, --template [name]  Name of the Forge template to use
  -c, --copy-ci-files    Whether to copy the templated CI files (defaults to false) (default: false)
  -f, --force            Whether to overwrite an existing directory (defaults to false) (default: false)
  -h, --help             Output usage information

It looks like commander already shows the default information, so we shouldn't print it twice.

@erickzhao erickzhao requested a review from a team as a code owner February 8, 2025 07:26
@erickzhao erickzhao added this pull request to the merge queue Feb 8, 2025
@erickzhao erickzhao removed this pull request from the merge queue due to a manual request Feb 8, 2025
@dsanders11 dsanders11 added this pull request to the merge queue Feb 8, 2025
Merged via the queue into main with commit 59e7715 Feb 8, 2025
13 checks passed
@dsanders11 dsanders11 deleted the deduplicate-info branch February 8, 2025 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants