Skip to content

Commit

Permalink
Added NO_COLOR instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ben_singer committed Dec 3, 2024
1 parent 5358020 commit 07ef55d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .nuget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ For more information see the [Visuals](https://benpollarduk.github.io/NetAF-docs

The [NetAF.Imaging](https://github.com/benpollarduk/NetAF.Imaging) extension package can be used to extend the basic NetAF visual functions to allow conversion of images to visuals that can be displayed in a game.

#### NO_COLOR
NetAF supports the [NO_COLOR](https://no-color.org/) standard through the NO_COLOR environment variable. To disable color in console output
add the NO_COLOR environment variable and assign it a non-zero value. This will disable color output on the console.

### Maps
Maps are automatically generated for regions and rooms, and can be viewed with the **map** command:

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ For more information see the [Visuals](https://benpollarduk.github.io/NetAF-docs

The [NetAF.Imaging](https://github.com/benpollarduk/NetAF.Imaging) extension package can be used to extend the basic NetAF visual functions to allow conversion of images to visuals that can be displayed in a game.

#### NO_COLOR
NetAF supports the [NO_COLOR](https://no-color.org/) standard through the NO_COLOR environment variable. To disable color in console output
add the NO_COLOR environment variable and assign it a non-zero value. This will disable color output on the console.

### Maps
Maps are automatically generated for regions and rooms, and can be viewed with the **map** command:

Expand Down

0 comments on commit 07ef55d

Please sign in to comment.