Replies: 2 comments
-
@tbaumer22 Command like |
Beta Was this translation helpful? Give feedback.
0 replies
-
@divy-work that would work. Perhaps we could use the same "init" function, where the information is just passed in two different ways from the different commands. In a sense, each function would be shared by two different commands. OR we could consider parsing optional arguments in the original command itself. Either way would work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to open a discussion here to allow for peoples' opinions on whether or not to require test functions on the CLI. This would mean that for each new command and all existing commands, a corresponding test would have to be made. This way, any additions or deletions to the commands would be able to be tested automatically before allowing a PR to merge.
What is your opinion on this?
Beta Was this translation helpful? Give feedback.
All reactions