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

Correct short options for --formats and --fontName in help #613

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/cli/meow/__mocks__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ meowMock.showHelp = () => `
The search will begin in the working directory and move up the
directory tree until a configuration file is found.

-f, --fontName
-u, --fontName

The font family name you want, default: "webfont".

Expand All @@ -48,7 +48,7 @@ meowMock.showHelp = () => `

Output the version number.

-r, --formats
-f, --formats

Only this formats generate.

Expand Down
4 changes: 2 additions & 2 deletions src/cli/meow/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const meowCLI = meow(`
The search will begin in the working directory and move up the
directory tree until a configuration file is found.

-f, --fontName
-u, --fontName

The font family name you want, default: "webfont".

Expand All @@ -36,7 +36,7 @@ const meowCLI = meow(`

Output the version number.

-r, --formats
-f, --formats

Only this formats generate.

Expand Down