mirror of
https://github.com/nushell/nushell
synced 2024-12-28 22:13:10 +00:00
remove the indentation to align the outputs to the left
This commit is contained in:
parent
005511b424
commit
2b0cb4c95d
1 changed files with 2 additions and 2 deletions
|
@ -227,8 +227,8 @@ fn get_documentation(
|
||||||
for item in table {
|
for item in table {
|
||||||
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())
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue