Skip to content
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