diff options
author | June McEnroe <june@causal.agency> | 2019-12-31 18:29:27 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-31 18:29:27 -0500 |
commit | 7021511fcae5173cb8b5f092a53e61de22d9ca85 (patch) | |
tree | 2dc839825d5a4f1424d82804be4e73f927e6755e /scoop.1 | |
parent | Refactor scoop formatters and group colored output (diff) | |
download | litterbox-7021511fcae5173cb8b5f092a53e61de22d9ca85.tar.gz litterbox-7021511fcae5173cb8b5f092a53e61de22d9ca85.zip |
Add scoop output format option
Diffstat (limited to '')
-rw-r--r-- | scoop.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scoop.1 b/scoop.1 index 2dfdf09..82ac29a 100644 --- a/scoop.1 +++ b/scoop.1 @@ -15,6 +15,7 @@ .Op Fl T Ar target .Op Fl c Ar context .Op Fl d Ar path +.Op Fl f Ar format .Op Fl h Ar host .Op Fl l Ar limit .Op Fl n Ar nick @@ -85,6 +86,16 @@ The database must have been initialized by The default path is as in .Xr litterbox 1 . . +.It Fl f Ar format +Set the output format to one of +.Cm plain , +.Cm color . +The default format is +.Cm color +if standard output is a terminal, +.Cm plain +otherwise. +. .It Fl g Group events by context. . |