-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
What happens if someone wants to use one cmd instance twice, like
Cmd.dir(s:true)();
Cmd.type("my file.txt")();
I would recommend to return new object instead of this, and make it a combination of the current object and arguments. This will also allow partial specification objects, like
Var gitpull = cmd.git.pull;
gitpull("./")();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels