nushell/crates/nu-command/src/core_commands
Stefan Holderbach 4c308b7f2f
Fix def-env docs according to docs#761 (#7972)
See nushell/nushell.github.io#761

# User-Facing Changes

Docs reflect up-to-date reality

Co-authored-by: Canop <cano.petrole@gmail.com>
2023-02-06 11:00:44 +01:00
..
overlay Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
alias.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
ast.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
break_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
commandline.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
const_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
continue_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
debug.rs Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
def_env.rs Fix def-env docs according to docs#761 (#7972) 2023-02-06 11:00:44 +01:00
def.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
describe.rs Make stream info visible to users in describe (#7589) 2023-01-03 21:08:05 -08:00
do_.rs make do -i works with liststream (#7889) 2023-02-02 00:04:53 +01:00
echo.rs Reduced LOC by replacing several instances of Value::Int {}, Value::Float{}, Value::Bool {}, and Value::String {} with Value::int(), Value::float(), Value::boolean() and Value::string() (#7412) 2022-12-09 11:37:51 -05:00
error_make.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
export_alias.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
export_def_env.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
export_def.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
export_extern.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
export_use.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
export.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
extern_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
for_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
help_aliases.rs Expand Nushell's help system (#7611) 2022-12-30 17:44:37 +02:00
help_commands.rs make help commands search term don't generate $nothing (#7896) 2023-01-28 18:57:26 -06:00
help_modules.rs Allow main command to define top-level module command (#7764) 2023-01-22 21:34:15 +02:00
help_operators.rs Add more input/output type annotations (#7532) 2022-12-21 20:20:46 +01:00
help.rs Reorder help <keyword> priority (#7929) 2023-02-05 23:51:09 +01:00
hide_env.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
hide.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
if_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
ignore.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
let_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
loop_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
metadata.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
mod.rs Expand Nushell's help system (#7611) 2022-12-30 17:44:37 +02:00
module.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
mut_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
register.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
return_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
try_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
use_.rs Change instances of Value::string("foo", Span::test_data()) to Value::test_string("foo") (#7592) 2022-12-24 10:25:38 +01:00
version.rs Apply more recent/nightly clippy lints (#7916) 2023-01-30 14:06:36 +01:00
while_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00