mirror of
https://github.com/nushell/nushell.git
synced 2025-06-17 23:46:50 +02:00
remove the indentation to align the outputs to the left
This commit is contained in:
parent
005511b424
commit
2b0cb4c95d
@ -228,7 +228,7 @@ fn get_documentation(
|
||||
let _ = write!(
|
||||
long_desc,
|
||||
"{}\n",
|
||||
item.into_string("\n ", engine_state.get_config())
|
||||
item.into_string("", engine_state.get_config())
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user