Skip to content

Commit

Permalink
reformat table
Browse files Browse the repository at this point in the history
  • Loading branch information
cooleydw494 committed Dec 24, 2023
1 parent 2940b1a commit 52234c4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/assets/md/monk-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ entity type.
- Entity Type flags target non-Command entities (Commands are the default entity).
- Action flags perform alternate operations on targetable entities ('run' is the default action).

| Command | Description | Note |
|----------------------------------------|-----------------------------|------------------------|
| [`monk help`](#help) | Run this help script | |
| [`monk list`](#list) | List existing entities | `--all` (all entities) |
| [`monk version`](#version) | Print CodeMonkeys version | |
| [`monk <command>`](#command) | Run a `Command` | default action/entity |
| [`monk -a <automation>`](#automation) | Run an `Automation ` | `--automation` |
| [`monk -b <barrel>`](#barrel) | Run a `Barrel` | `--barrel` |
| [`monk -e <entity>`](#entity) | Open an entity in vim | `--edit` |
| [`monk -h <command>`](#command-help) | Help for a specific `Command` | `--help` |
| Command | Description | Note |
|---------------------------------------|-------------------------------|------------------------|
| [`monk help`](#help) | Run this help script | |
| [`monk list`](#list) | List existing entities | `--all` (all entities) |
| [`monk version`](#version) | Print CodeMonkeys version | |
| [`monk <command>`](#command) | Run a `Command` | default action/entity |
| [`monk -a <automation>`](#automation) | Run an `Automation ` | `--automation` |
| [`monk -b <barrel>`](#barrel) | Run a `Barrel` | `--barrel` |
| [`monk -e <entity>`](#entity) | Open an entity in vim | `--edit` |
| [`monk -h <command>`](#command-help) | Help for a specific `Command` | `--help` |

## Command Details

Expand Down

0 comments on commit 52234c4

Please sign in to comment.