Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 90e84ea

Browse files
committed
updated readme
1 parent b30d0e9 commit 90e84ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,4 @@ This works so long as the `foo` subcommand does not _also_ have a `-l` flag. Whe
368368

369369
However, when you're building a child CLI, you inherit whatever options & arguments the parent CLI has. This can make it difficult to predict the command line that will be passed to your child CLI. So `commander` provides the `enablePositionalOptions` and `passThroughOptions` features, which constrain the CLI so that options & arguments can only be used adjacent to their parent command/subcommand.
370370

371-
The `get-dotenv` parent CLI has a _lot_ of options, so it's a good idea to enable these features in any command you append to it. You can see an example of this in [fooCommand](./src/cli/getdotenvchild/fooCommand.ts)
371+
The `get-dotenv` parent CLI has [a _lot_ of options](#options), so it's a good idea to enable these features in any command you append to it. You can see an example of this in [fooCommand](./src/cli/getdotenvchild/fooCommand.ts)

0 commit comments

Comments
 (0)