From 2e0e1363556106f2ff779812286a9e8bb853a393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Fri, 2 Feb 2024 08:22:57 +0100 Subject: [PATCH] docs: add CLI option `--current-working-directory` --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c9c192..c834bdf 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,9 @@ See the [./example](./example) folder for practical usage. ### Options ```text --V, --version Output the version number. --h, --help Display help for command. +--current-working-directory #0 The current working directory (default: process.cwd()). +-V, --version Output the version number. +-h, --help Display help for command. ``` ## 💡 Contributing