Add a batch of help examples (#1755)

This commit is contained in:
Jonathan Turner
2020-05-12 13:00:55 +12:00
committed by GitHub
parent c5ea4a31bd
commit 8b9a8daa1d
12 changed files with 98 additions and 2 deletions

View File

@ -1,4 +1,4 @@
use crate::commands::{Example, WholeStreamCommand};
use crate::commands::WholeStreamCommand;
use crate::context::CommandRegistry;
use crate::prelude::*;
use nu_errors::ShellError;