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
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
I'd like to be able to modularize my code by command. in order to achieve this, i'd like a way for one file to be able to export a command, and then the top level file to require() that command and mount it into an ArgParser. finally the top level would call .parse() on the ArgParser instance.
I'd like to be able to modularize my code by command. in order to achieve this, i'd like a way for one file to be able to export a command, and then the top level file to
require()
that command and mount it into an ArgParser. finally the top level would call.parse()
on the ArgParser instance.illustration:
index.js
cmds/example.js
The text was updated successfully, but these errors were encountered: