endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
829 stars 72 forks source link

refactor(cli): Create dedicated directory for CLI commmands #2028

Closed rekmarks closed 9 months ago

rekmarks commented 9 months ago

The completely flat src directory structure of the CLI made its structure difficult to comprehend. All files that exclusively implement a CLI command have therefore been moved into a new directory, src/commands.

Edit: This change appears to be unconventional for endo packages. I submit to the judgment of the maintainers.