mirror of
https://github.com/nushell/nushell.git
synced 2024-11-16 05:23:44 +01:00
linting
This commit is contained in:
parent
017b1d8996
commit
2ce034d0f0
@ -5,7 +5,7 @@ use nu_protocol::{
|
|||||||
PipelineData,
|
PipelineData,
|
||||||
};
|
};
|
||||||
|
|
||||||
use super::{From, Into, Split, Math};
|
use super::{From, Into, Math, Split};
|
||||||
|
|
||||||
pub fn test_examples(cmd: impl Command + 'static) {
|
pub fn test_examples(cmd: impl Command + 'static) {
|
||||||
let examples = cmd.examples();
|
let examples = cmd.examples();
|
||||||
|
Loading…
Reference in New Issue
Block a user