New termsize command (#3038)

* add term size command

* update w & h, add examples

* changed default to output table
This commit is contained in:
Darren Schroeder
2021-02-10 08:58:22 -06:00
committed by GitHub
parent b403fb1275
commit 1cfb228924
3 changed files with 78 additions and 0 deletions

View File

@ -237,6 +237,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(UrlQuery),
whole_stream_command(Seq),
whole_stream_command(SeqDates),
whole_stream_command(TermSize),
]);
#[cfg(feature = "clipboard-cli")]