Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

feat: add yargs-parser to database.json #1385

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions database.json
Expand Up @@ -5551,6 +5551,13 @@
"desc": "WebAssembly module to parse YAML",
"default_version": "master"
},
"yargs_parser": {
"type": "github",
"owner": "yargs",
"repo": "yargs-parser",
"desc": "💪the mighty option parser used by yargs",
"default_version": "deno"
},
"yeswehack": {
"type": "github",
"owner": "tchenu",
Expand Down