From 3576e25a3dbf9c1c699a6c379289c40aef471739 Mon Sep 17 00:00:00 2001 From: Michael Molisani Date: Sun, 20 Oct 2024 12:21:28 -0400 Subject: [PATCH] chore: satisfy prettier formatting Signed-off-by: Michael Molisani --- docs/docs/getting-started/alternatives.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/alternatives.mdx b/docs/docs/getting-started/alternatives.mdx index 7bbded7..f29cbaa 100644 --- a/docs/docs/getting-started/alternatives.mdx +++ b/docs/docs/getting-started/alternatives.mdx @@ -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.