mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Support bat paging
This commit is contained in:
parent
5c8885959a
commit
8ea6e62b29
5 changed files with 21 additions and 2 deletions
|
@ -128,6 +128,13 @@ setting:
|
|||
color = "always"
|
||||
```
|
||||
|
||||
Enable paging of the output with the `pager` setting:
|
||||
|
||||
```toml
|
||||
[expand]
|
||||
pager = true
|
||||
```
|
||||
|
||||
## Disclaimer
|
||||
|
||||
Be aware that macro expansion to text is a lossy process. This is a debugging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue