What Line should be able to do is allow the user to easily extract those arguments, eg public signature = "update [...modules]
Why:
Right now, i'm using a pure Deno solution to do this, but ideally, Line should be able to provide this for us, making it easier to extract the arguments
Acceptance Criteria
Below is a list of tasks that must be completed before this issue can be closed.
Summary
What:
Say my cli has a subcommand where i can do:
Where all arugments are optional
What Line should be able to do is allow the user to easily extract those arguments, eg
public signature = "update [...modules]
Why:
Right now, i'm using a pure Deno solution to do this, but ideally, Line should be able to provide this for us, making it easier to extract the arguments
Acceptance Criteria
Below is a list of tasks that must be completed before this issue can be closed.
Example Pseudo Code (for implementation)