From 59a6f595424bc302bcbe35b5d93e75e2dbb1c399 Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 11 Mar 2022 18:29:06 +0100 Subject: [PATCH] Add --filter and --help info. --- README.md | 6 ++++++ source/driftingnebula.ts | 1 + 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 351f8f1..f86f3ce 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ pnpm start -- --no-render # parameters for GEGL operations. pnpm start -- --include-defaults +# Run only the projects starting with a given name. +pnpm start -- --filter 2022-03 + +# See all the other options. +pnpm start -- --help + # Lint the code and run tests. pnpm test ``` diff --git a/source/driftingnebula.ts b/source/driftingnebula.ts index 5ebbc8e..7269708 100644 --- a/source/driftingnebula.ts +++ b/source/driftingnebula.ts @@ -19,6 +19,7 @@ async function main(): Promise { const cli = meow( ` Options + --filter Only render projects starting with . --include-defaults Include default GEGL operation parameters. --no-render Don't render any images. `,