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
A "group" would be a folder like a command, but without a .js file in it. It would still need a .json file though. It couldn't ever be run, of course, because there'd be no .js file to execute.
The help output would need to be clear that it was a group and not a command.
Errors would need to be presented for problematic designs (#7) related to groups. Some examples of bad JSON:
Execute on cascade
Accepts data
The text was updated successfully, but these errors were encountered:
A "group" would be a folder like a command, but without a
.js
file in it. It would still need a.json
file though. It couldn't ever be run, of course, because there'd be no.js
file to execute.The help output would need to be clear that it was a group and not a command.
Errors would need to be presented for problematic designs (#7) related to groups. Some examples of bad JSON:
The text was updated successfully, but these errors were encountered: