Skip to content

Commit cfd6793

Browse files
authored
Update README.md
1 parent 580bd8f commit cfd6793

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ let main argv =
341341
## Customizing the Default Pipeline
342342

343343
System.CommandLine has a `CommandLineBuilder` that allows the user to customize various behaviors.
344-
FSharp.SystemCommandLine is configured to use built-in defaults (via `CommandLineBuilder().UseDefaults()`), but you can easily override them should the need arise via the `usePipeline` custom operation which gives you access to the `CommandLineBuilder`.
344+
345+
FSharp.SystemCommandLine is configured to use the built-in defaults (via `CommandLineBuilder().UseDefaults()`), but you can easily override them via the `usePipeline` custom operation which gives you access to the `CommandLineBuilder`.
345346

346347
For example, the default behavior intercepts input strings that start with a "@" character via the "TryReplaceToken" feature. This will cause an issue if you need to accept input that starts with "@". Fortunately, you can disable this via `usePipeline`:
347348

0 commit comments

Comments
 (0)