@mono-labs/cli 0.0.237 → 0.0.238

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -146,7 +146,9 @@ export function buildCommands(files) {
146
146
 
147
147
  const argVal = arg || configObject.argument?.default;
148
148
 
149
- //mergeData({ ...optionVals, arg: argVal });
149
+ console.log('defualts', optionVals);
150
+
151
+ mergeData({ ...optionVals, arg: argVal });
150
152
  await runMonoCommand(configObject, optionVals);
151
153
  } catch (err) {
152
154
  console.error('Error executing mono command:', err.message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mono-labs/cli",
3
- "version": "0.0.237",
3
+ "version": "0.0.238",
4
4
  "description": "A CLI tool for building and deploying projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types.d.ts",