nushell/crates/nu-cmd-lang/src/core_commands
Auca Coyan bf8de9d1ea
♻️ rework some help strings (#12306)
# Description

I changed some help outputs:


![image](https://github.com/nushell/nushell/assets/30557287/d25f0fbe-ffc3-43b3-93cf-b1793d2351b6)


![image](https://github.com/nushell/nushell/assets/30557287/acb5581c-8959-4916-8a55-d3ed6a2e1dcf)

I also checked with `rg` the commands deprecated in #9840 and found a
help or a comment here and there.

# User-Facing Changes

same of above

# Tests + Formatting
2024-03-27 08:41:02 -05:00
..
overlay Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
scope ♻️ rework some help strings (#12306) 2024-03-27 08:41:02 -05:00
alias.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
break_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
collect.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
const_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
continue_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
def.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
describe.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
do_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
echo.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
error_make.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
export_alias.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
export_const.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
export_def.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
export_extern.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
export_module.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
export_use.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
export.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
extern_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
for_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
hide_env.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
hide.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
if_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
ignore.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
lazy_make.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
let_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
loop_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
match_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
mod.rs Keep plugins persistently running in the background (#12064) 2024-03-09 17:10:22 -06:00
module.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
mut_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
plugin_list.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
plugin_stop.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
plugin.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
register.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
return_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
try_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
use_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
version.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
while_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00