forked from extern/nushell
remove the indentation to align the outputs to the left
This commit is contained in:
@ -228,7 +228,7 @@ fn get_documentation(
|
|||||||
let _ = write!(
|
let _ = write!(
|
||||||
long_desc,
|
long_desc,
|
||||||
"{}\n",
|
"{}\n",
|
||||||
item.into_string("\n ", engine_state.get_config())
|
item.into_string("", engine_state.get_config())
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user