workflow-code help
workflow-code help Output a short help for local CLI. Help mode is entered when no command is passed, help, --help, or -h is passed.
Command Format
workflow-code help
workflow-code --help
workflow-code -h
workflow-code
Output content
| Content | Description |
|---|---|
| Usage | Base format of run, json, structure. |
| Examples | Examples of common local runs and structural checks. |
Behavior
| Situation | Result |
|---|---|
| Command not passed | Output help, exit code is 0. |
The first parameter is help / --help / -h | Output help, exit code is 0. |
| The first parameter is an unknown command | Output error message with exit code 1. |
Next step
| Goal | Document |
|---|---|
| Execute workflow | workflow-code run |
| Output JSON Report | workflow-code json |
| analysis structure | workflow-code structure |