Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/configuration/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ return await app.RunJasperFxCommands(args);
In your command line in the project directory, you can run:

```bash
dotnet -- help
dotnet run -- help
```

And you will be given a list of commands.
Expand Down Expand Up @@ -85,7 +85,7 @@ The available commands are:
For any of the listed commands, you can run:

```bash
dotnet -- help [command]
dotnet run -- help [command]
```

To see more information about the use of that command.
Expand Down
Loading