1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-03 10:57:55 +00:00

Added improved help viewer (#595)

- Pagination, with (page) up/down, q(uit) and scrolling support.
 - Render markdown style bullets ('-'/'*') using a '•' instead.
This commit is contained in:
JackMacWindows
2020-12-02 14:22:12 -05:00
committed by Jummit
parent d5eb82db60
commit 1d1d6227eb
2 changed files with 122 additions and 8 deletions

View File

@@ -415,3 +415,10 @@ d83a68f3ff6e3833278a38798d06215293656e85
Allow $private HTTP rule to block any private IP
```
The config still uses a `blacklist` and `whitelist` array.
```
24d3777722812f975d2bc4594437fbbb0431d910
Added improved help viewer (#595)
```
Didn't port the lua tests over.