Merge remote-tracking branch 'origin/main' into refactor/circular-deps-next

This commit is contained in:
Nathan Walker
2025-07-11 16:37:12 -07:00
11 changed files with 120 additions and 156 deletions

View File

@@ -47,6 +47,7 @@ program
.option('--config [path]', 'config path')
.option('--watch', 'watch for changes')
.allowUnknownOption()
.allowExcessArguments()
.action((options, command) => {
const env = parseEnvFlags(command.args);
// add --env <val> into the env object