Skip to content

Commit

Permalink
Add note addressing windows character enc/color
Browse files Browse the repository at this point in the history
  • Loading branch information
Urkem committed Apr 18, 2023
1 parent b610e21 commit 23f7629
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/command-line-interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ import RasaProBanner from "@theme/RasaProBanner";
|`rasa evaluate markers` |Extracts markers from an existing tracker store. |
|`rasa -h` |Shows all available commands. |

:::note
If you run into character encoding issues on Windows like: `UnicodeEncodeError: 'charmap' codec can't encode character ...` or
the terminal is not displaying colored messages properly, prepend `winpty` to the command you would like to run.
For example `winpty rasa init` instead of `rasa init`
:::

## Log Level

Rasa produces log messages at several different levels (eg. warning, info, error and so on). You can control which level of logs you would like to see with `--verbose` (same as `-v`) or `--debug` (same as `-vv`) as optional command line arguments. See each command below for more explanation on what these arguments mean.
Expand Down

0 comments on commit 23f7629

Please sign in to comment.