Skip to content

Commit c46426d

Browse files
committed
Added examples of the long form with values
1 parent 8e0e068 commit c46426d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,18 @@ newlines"
9292
--365 "days"
9393
```
9494

95+
### Long Form With Value
96+
97+
```bash
98+
--lang="en"
99+
--crawl=false
100+
--match-pattern=".+"
101+
--newline="
102+
"
103+
--UpperCase=sensitive
104+
--45="25+20"
105+
```
106+
95107
### Chained Short Form Arguments
96108

97109
```bash

0 commit comments

Comments
 (0)