Conversation
ghostdevv
left a comment
There was a problem hiding this comment.
Maybe we should link to the other doc, so you can be like "If you only want to parse args, look at this" etc?
|
@gameroman i've pushed a change to remove the parseargs replacements as that will be solved by #274 i agree with @ghostdevv too, once the other PR lands and this one is caught up, let's add a link to the parseargs doc. we should also add cleye i think (as a replacement for meow etc) |
| "commander": { | ||
| "type": "module", | ||
| "moduleName": "commander", | ||
| "replacements": ["sade"], |
There was a problem hiding this comment.
we should also add cleye i think (as a replacement for meow etc)
| }) | ||
|
|
||
| prog.parse(process.argv) | ||
| ``` |
There was a problem hiding this comment.
let's add a link to the parseargs doc.
Also we could add a link back to this one for the other doc too?
| @@ -0,0 +1,33 @@ | |||
| --- | |||
There was a problem hiding this comment.
Can we rename the doc file, as it's currently commander
| "commander": { | ||
| "type": "module", | ||
| "moduleName": "commander", | ||
| "replacements": ["sade"], |
There was a problem hiding this comment.
Are we adding more from this list here? cc: @43081j
There was a problem hiding this comment.
i think adding cleye and possibly stricli would make sense
🔗 Linked issue
Closes #274
📚 Description
Add argument parsers and CLI builders to preferred manifest