From b4366ff47fa8e30ab58b5546ccc8ac8cfb3f9860 Mon Sep 17 00:00:00 2001 From: Julian Gilbey Date: Tue, 14 Feb 2023 09:30:46 +0000 Subject: [PATCH] Correct short options for --formats and --fontName in help --- src/cli/meow/__mocks__/index.ts | 4 ++-- src/cli/meow/index.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cli/meow/__mocks__/index.ts b/src/cli/meow/__mocks__/index.ts index 1945ec65..79d89ab7 100644 --- a/src/cli/meow/__mocks__/index.ts +++ b/src/cli/meow/__mocks__/index.ts @@ -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". @@ -48,7 +48,7 @@ meowMock.showHelp = () => ` Output the version number. - -r, --formats + -f, --formats Only this formats generate. diff --git a/src/cli/meow/index.ts b/src/cli/meow/index.ts index 9226df41..7725b46a 100644 --- a/src/cli/meow/index.ts +++ b/src/cli/meow/index.ts @@ -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". @@ -36,7 +36,7 @@ const meowCLI = meow(` Output the version number. - -r, --formats + -f, --formats Only this formats generate.