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

feat(core): Support variadic options #3

Open
sidwebworks opened this issue Jun 30, 2022 · 0 comments
Open

feat(core): Support variadic options #3

sidwebworks opened this issue Jun 30, 2022 · 0 comments
Assignees

Comments

@sidwebworks
Copy link
Owner

sidwebworks commented Jun 30, 2022

The current parser is a fork of Deno's std/flags parser. However it does not support variadic options out of the box

cli add --files app.js index.html styles.css --no-commit

, hence we need to extend that functionality.

I thought of using yargs-parser due to such reasons but I don't want to introduce any dependencies in the core package

Also from what I understand, yargs-parser seems to use some node specific dependencies which I don't want to add.

@sidwebworks sidwebworks self-assigned this Jun 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant