Skip to content

Commit 22c9b88

Browse files
committed
docs(README): hype themes
1 parent 2471946 commit 22c9b88

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ npm install @boneskull/bargs
1818

1919
Most argument parsers make you choose: either a simple API with weak types, or a complex and overengineered DSL. **bargs** provides a combinator-style API for building type-safe CLIs—composable schema definitions with full type inference.
2020

21+
> Also: this is the only argument parser I know of that comes with frickin' _themes_. _Themes_, dogg.
22+
2123
## Quick Start
2224

2325
A CLI with an optional command and a couple options:

cspell.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"ptmux",
5959
"nargs",
6060
"vitesse",
61-
"realfavicongenerator"
61+
"realfavicongenerator",
62+
"frickin"
6263
],
6364
"words": [
6465
"bupkis",
@@ -69,6 +70,7 @@
6970
"positionals",
7071
"subcommand",
7172
"subcommands",
72-
"navigations"
73+
"navigations",
74+
"dogg"
7375
]
7476
}

0 commit comments

Comments
 (0)