@mono-labs/cli 0.0.115 → 0.0.117

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.
@@ -97,15 +97,12 @@ export function buildCommands(files) {
97
97
  current.action(async (arg, cmd) => {
98
98
  let envDefaults = {};
99
99
 
100
- console.log(arg);
100
+ console.log('args', arg);
101
+ console.log('cmd', cmd);
101
102
  if (argInfo) {
102
103
  console.log(argInfo);
103
104
  console.log(argInfo.options);
104
105
  console.log(arg ?? argInfo.default);
105
- console.log(
106
- 'logic calc',
107
- !argInfo.options.includes(arg ?? argInfo.default)
108
- );
109
106
  if (
110
107
  argInfo &&
111
108
  argInfo.options &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mono-labs/cli",
3
- "version": "0.0.115",
3
+ "version": "0.0.117",
4
4
  "description": "A CLI tool for building and deploying projects",
5
5
  "type": "module",
6
6
  "main": "index.js",