{
  "build": {
    "src": "../../cli/.fizmoo/commands/build.ts",
    "file": "./commands/build.js",
    "parents": null,
    "subCommands": [],
    "properties": {
      "name": "build",
      "description": "test description",
      "options": {
        "help": {
          "type": "boolean",
          "required": false,
          "alias": "h",
          "description": "Display the help menu"
        },
        "debug": {
          "alias": "d",
          "description": "Run the build command with more verbose logging",
          "type": "boolean",
          "required": false
        },
        "autoInit": {
          "alias": "ai",
          "type": "boolean",
          "description": "Automatically creates the directories and files needed if they aren't present. This is an extension of the `init` command.",
          "default": true
        }
      },
      "hasAction": true,
      "help": "\u001b[1m\u001b[4mUsage:\u001b[24m\u001b[22m\n  fizmoo build [--options]\n\n\u001b[1m\u001b[4mDescription:\u001b[24m\u001b[22m\n  test description\n\n\u001b[1m\u001b[4mOptions:\u001b[24m\u001b[22m\n  --help, -h  Display the help menu [boolean] \u001b[2m(optional)\u001b[22m\n  --debug, -d  Run the build command with more verbose logging [boolean] \u001b[2m(optional)\u001b[22m\n  --autoInit, -ai  Automatically creates the directories and files needed if they aren't present. This is an extension of the `init` command. [boolean] \u001b[2m(optional, (default: true))\u001b[22m\n"
    }
  },
  "dev": {
    "src": "../../cli/.fizmoo/commands/dev.ts",
    "file": "./commands/dev.js",
    "parents": null,
    "subCommands": [],
    "properties": {
      "name": "dev",
      "description": "Start the fizmoo framework development server. Changes will trigger a rebuild",
      "options": {
        "help": {
          "type": "boolean",
          "required": false,
          "alias": "h",
          "description": "Display the help menu"
        },
        "debug": {
          "alias": "d",
          "description": "Run the build command with more verbose logging",
          "type": "boolean",
          "required": false
        },
        "autoInit": {
          "alias": "ai",
          "type": "boolean",
          "description": "Automatically creates the directories and files needed if they aren't present. This is an extension of the `init` command.",
          "default": true
        }
      },
      "hasAction": true,
      "help": "\u001b[1m\u001b[4mUsage:\u001b[24m\u001b[22m\n  fizmoo dev [--options]\n\n\u001b[1m\u001b[4mDescription:\u001b[24m\u001b[22m\n  Start the fizmoo framework development server. Changes will trigger a rebuild\n\n\u001b[1m\u001b[4mOptions:\u001b[24m\u001b[22m\n  --help, -h  Display the help menu [boolean] \u001b[2m(optional)\u001b[22m\n  --debug, -d  Run the build command with more verbose logging [boolean] \u001b[2m(optional)\u001b[22m\n  --autoInit, -ai  Automatically creates the directories and files needed if they aren't present. This is an extension of the `init` command. [boolean] \u001b[2m(optional, (default: true))\u001b[22m\n"
    }
  },
  "__ROOT__": {
    "src": "",
    "file": "",
    "parents": [],
    "subCommands": [
      "build",
      "dev",
      "__ROOT__"
    ],
    "properties": {
      "name": "fizmoo",
      "description": "Author, build, and run NodeJS CLIs using your file system",
      "hasAction": false,
      "help": "\u001b[1m\u001b[4mUsage:\u001b[24m\u001b[22m\n  fizmoo <subcommand>\n\n\u001b[1m\u001b[4mDescription:\u001b[24m\u001b[22m\n  Author, build, and run NodeJS CLIs using your file system\n\n\u001b[1m\u001b[4mSub-commands:\u001b[24m\u001b[22m\n  build   test description\n  dev     Start the fizmoo framework development server. Changes will trigger a rebuild\n  fizmoo  Author, build, and run NodeJS CLIs using your file system\n"
    }
  }
}