Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Nov 10, 2023
1 parent 1b16ce4 commit 29e3d66
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions next-docs/pages/cli/set-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ pnpm install

These are the command line options you can specify on `mud set-version`:

| Option | Meaning | Type | Default value |
| -------------- | ------------------------------------------------------------ | ------- | ------------- |
| `--version` | Show version number | boolean | false |
| `--mudVersion` | Set MUD to the given version | string | true |
| `--tag` | Set MUD to the latest version with the given tag from npm | string | |
| `--commit` | Set MUD to the version based on a given git commit hash | string |
| `--help` | Show help | boolean | false |
| Option | Meaning | Type | Default value |
| -------------- | --------------------------------------------------------- | ------- | ------------- |
| `--version` | Show version number | boolean | false |
| `--mudVersion` | Set MUD to the given version | string | true |
| `--tag` | Set MUD to the latest version with the given tag from npm | string | |
| `--commit` | Set MUD to the version based on a given git commit hash | string |
| `--help` | Show help | boolean | false |

0 comments on commit 29e3d66

Please sign in to comment.