Skip to content

feat: add cli builder replacements#528

Open
gameroman wants to merge 3 commits intoe18e:mainfrom
gameroman:parseArgs
Open

feat: add cli builder replacements#528
gameroman wants to merge 3 commits intoe18e:mainfrom
gameroman:parseArgs

Conversation

@gameroman
Copy link
Copy Markdown
Contributor

🔗 Linked issue

Closes #274

📚 Description

Add argument parsers and CLI builders to preferred manifest

Copy link
Copy Markdown
Collaborator

@ghostdevv ghostdevv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should link to the other doc, so you can be like "If you only want to parse args, look at this" etc?

@43081j
Copy link
Copy Markdown
Contributor

43081j commented Apr 12, 2026

@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)

@ghostdevv ghostdevv changed the title feat: add argument parsers and CLI builders to preferred manifest feat: add cli builder replacements Apr 14, 2026
"commander": {
"type": "module",
"moduleName": "commander",
"replacements": ["sade"],
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should also add cleye i think (as a replacement for meow etc)

#528 (comment)

})

prog.parse(process.argv)
```
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's add a link to the parseargs doc.

#528 (comment)

Also we could add a link back to this one for the other doc too?

@@ -0,0 +1,33 @@
---
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename the doc file, as it's currently commander

"commander": {
"type": "module",
"moduleName": "commander",
"replacements": ["sade"],
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we adding more from this list here? cc: @43081j

#274 (comment)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think adding cleye and possibly stricli would make sense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants