Print to less if output is bigger than terminal window height.
This commit is contained in:
parent
06dba7a78f
commit
7f149998bb
3 changed files with 96 additions and 18 deletions
|
@ -10,10 +10,13 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
ureq = { version = "2.1.0", features = ["json"] }
|
||||
libc = "0.2.139"
|
||||
serde_json = "1.0.64"
|
||||
ansi_term = "0.12.1"
|
||||
colored = "2.0.0"
|
||||
argparse = "0.2.2"
|
||||
webbrowser = "0.5.5"
|
||||
atty = "0.2"
|
||||
pager = "0.16.1"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue