Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed Nov 13, 2023
1 parent b37785d commit 77aceba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ _Note:_

## Seeing help messages

- To see available subcommands: `gleam run -- --help`
- To see help for the `run` command: `gleam run run --help`
- To see help for the `run` command: `gleam run run all --help`
- To see help for the `new` command: `gleam run new --help`
- To see available subcommands: `gleam run -m gladvent -- --help`
- To see help for the `run` command: `gleam run -m gladvent run --help`
- To see help for the `run` command: `gleam run -m gladvent run all --help`
- To see help for the `new` command: `gleam run -m gladvent new --help`

## General Workflow

Expand Down

0 comments on commit 77aceba

Please sign in to comment.