Skip to content

Commit

Permalink
chore: satisfy prettier formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Molisani <git@molisani.us>
  • Loading branch information
molisani committed Oct 20, 2024
1 parent d40932a commit 3576e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/alternatives.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Vercel's `arg` is a very popular (20M+ weekly downloads at time of writing) libr

### [`yargs`](https://yargs.js.org/)

`yargs` is a powerful and flexible library with a simple API. It supports commands and grouped options, dynamically generated help menus, and bash-completion shortcuts. It has been adopted by some in the the Node.js ecosystem, with extensive documentation and community support.
`yargs` is a powerful and flexible library with a simple API. It supports commands and grouped options, dynamically generated help menus, and bash-completion shortcuts. It has been adopted by some in the the Node.js ecosystem, with extensive documentation and community support.

It requires installing plugins and manual configuration to get TypeScript support, and the API is not as type-safe as Stricli. It also has a large number of dependencies, which can be a concern for some users.

Expand Down

0 comments on commit 3576e25

Please sign in to comment.