You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Write documentation
Write unit tests
Write integration tests
Example Pseudo Code (for implementation)
// Add example pseudo code for implementation
The text was updated successfully, but these errors were encountered:
Summary
What:
Say my cli has a subcommand where i can do:
$ dmm update deps.ts $ dmm update fs http $ dmm update fs http drash $dmm update deps.ts fs http drash
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)
// Add example pseudo code for implementation
The text was updated successfully, but these errors were encountered: