Skip to content

Commit

Permalink
try to fix formatting on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Jan 4, 2024
1 parent 2baa049 commit 1048d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ filters on the key values is performed.
- `CLI::EscapedString`: 🚧 can be used to process an escaped string. The
processing is equivalent to that used for TOML config files, see
[TOML strings](https://toml.io/en/v1.0.0#string). With 2 notable exceptions.
`\`` can also be used as a literal string notation, and it also allows binary string notation see [binary strings](TO ADD). The escaped string processing will remove outer quotes if present, `"`will indicate a string with potential escape sequences, `'`and`\``
'`' can also be used as a literal string notation, and it also allows binary string notation see [binary strings](https://cliutils.github.io/CLI11/book/chapters/config.html). The escaped string processing will remove outer quotes if present, '"' will indicate a string with potential escape sequences, `'` and '`'
will indicate a literal string and the quotes removed but no escape sequences
will be processed. This is the same escape processing as used in config files.
Expand Down

0 comments on commit 1048d17

Please sign in to comment.