forked from extern/nushell
add term size
command (#792)
* add `term-size` command * Update term_size.rs Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
This commit is contained in:
@ -172,6 +172,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Input,
|
||||
Kill,
|
||||
Sleep,
|
||||
TermSize,
|
||||
};
|
||||
|
||||
// Date
|
||||
|
Reference in New Issue
Block a user