Skip to content

Commit

Permalink
moved section, fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonsMine authored and Rustin170506 committed May 23, 2024
1 parent db0af69 commit f7de2fe
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tokio-console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,25 @@ tokio-console http://my.instrumented.application.local:6669

See [here][cli-ref] for a complete list of all command-line arguments.

Tokio Console has a numnber of different views:
Tokio Console has a number of different views:
* [Tasks List](#tasks-list)
* [Task Details](#task-details)
* [Resources List](#resources-list)
* [Resource Details](#resource-details)

#### running the console on windows

The console uses the UTF-8 character set to display graphs and other visual
features in the terminal. In order to display this rich terminal UI on Windows,
it's necessary to use a UTF-8-enabled terminal emulator, such as the new
[Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/install).

If you're using a terminal that supports UTF-8, make sure to explicitly call
tokio-console with the UTF-8 language flag set:
```
tokio-console --lang en_US.UTF-8
```

### Tasks List

When the console CLI is launched, it displays a list of all [asynchronous tasks]
Expand Down Expand Up @@ -214,19 +227,6 @@ behavior. See [the documentation][cfg-ref] for details.
[cli-ref]: https://docs.rs/tokio-console/latest/tokio_console/config_reference/index.html#command-line-arguments
[cfg-ref]: https://docs.rs/tokio-console/latest/tokio_console/config_reference/index.html#configuration-file

#### running the console on windows

The console uses the UTF-8 character set to display graphs and other visual
features in the terminal. In order to display this rich terminal UI on Windows,
it's necessary to use a UTF-8-enabled terminal emulator, such as the new
[Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/install).

If you're using a terminal that supports UTF-8, make sure to explicitly call
tokio-console with the UTF-8 language flag set:
```
tokio-console --lang en_US.UTF-8
```

## Getting Help

First, see if the answer to your question can be found in the
Expand Down

0 comments on commit f7de2fe

Please sign in to comment.