Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
[readme]: add new CLI options
Browse files Browse the repository at this point in the history
  • Loading branch information
legomushroom authored Jul 12, 2022
1 parent e7266a1 commit 9794596
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ Press `q` or `ctrl + c` to stop the extension.

### CLI Options

- `--gui`: Enable/disable GUI mode. [`true` | `false`] [default: `true`]
- `--dns`: Enable/disable DNS resolution. [`true` | `false`] [default: `true`]
- `--trace`: Specify tracing verbosity. [`none` | `trace` | `debug` | `info` | `warn` | `error`] [default: `info`]
- `--codespace`(`-c`): Codespace name to connect to. [`codespace name`] [default: `none`]
- `--dns`(`-d`): Enable/disable DNS resolution. [`true` | `false`] [default: `true`]
- `--gui`(`-g`): Enable/disable GUI mode. [`true` | `false`] [default: `true`]
- `--trace`(`-t`): Specify tracing verbosity. [`none` | `trace` | `debug` | `info` | `warn` | `error`] [default: `info`]
- `--trace-dest`: Specify tracing destination file. [`file name`] [default: `none`]
- `--telemetry`: Enable/disable sending diagnostics telemetry (no `PII` data is sent). [`true` | `false`] [default: `true`]

Run `gh net start -h` for details.
Expand Down

0 comments on commit 9794596

Please sign in to comment.