Skip to content

Commit

Permalink
feat: boolean flags without an explicit value
Browse files Browse the repository at this point in the history
the following boolean flag variants are now possible.

implicit example:
--compression
-x

explicit example (note the are not spaces in between):
--compression=true
--compression=false
-x=true
-x=false
  • Loading branch information
joseluisq committed Jun 4, 2023
1 parent e183ea3 commit 3a71479
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 191 deletions.

0 comments on commit 3a71479

Please sign in to comment.