forked from extern/nushell
Line charts. Chart plugin sub command extraction. (#2627)
This commit is contained in:
committed by
GitHub
parent
f0b7ab5ecc
commit
ddf9d61346
@ -114,6 +114,8 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
|
||||
whole_stream_command(Shells),
|
||||
whole_stream_command(Enter),
|
||||
whole_stream_command(Exit),
|
||||
// Viz
|
||||
whole_stream_command(Chart),
|
||||
// Viewers
|
||||
whole_stream_command(Autoview),
|
||||
whole_stream_command(Table),
|
||||
|
Reference in New Issue
Block a user