nushell/crates/nu-command/src/core_commands
2022-03-09 09:56:19 -05:00
..
alias.rs
debug.rs Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
def.rs
def_env.rs feat: update: #4518, Add examples for command: hide, history, from yml, def-env, and table (#4581) 2022-02-21 07:52:50 -06:00
describe.rs Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
do_.rs Allow passing block literals to do (#4798) 2022-03-09 09:56:19 -05:00
echo.rs
error_make.rs Strip trailing whitespace in files (#4575) 2022-02-21 08:38:15 -05:00
export.rs finish up with examples (#4637) 2022-02-25 05:19:25 -05:00
export_def.rs feat: update: #4518, Add examples for command: use,module,export def,export env and export def-env (#4584) 2022-02-21 09:32:31 -06:00
export_def_env.rs feat: update: #4518, Add examples for command: use,module,export def,export env and export def-env (#4584) 2022-02-21 09:32:31 -06:00
export_env.rs feat: update: #4518, Add examples for command: use,module,export def,export env and export def-env (#4584) 2022-02-21 09:32:31 -06:00
extern_.rs finish up with examples (#4637) 2022-02-25 05:19:25 -05:00
for_.rs Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05:00
help.rs
hide.rs feat: update: #4518, Add examples for command: hide, history, from yml, def-env, and table (#4581) 2022-02-21 07:52:50 -06:00
history.rs added real index column to history (#4756) 2022-03-06 17:22:18 +00:00
if_.rs Revert "Make if blocks work like a def-env (#4656)" (#4782) 2022-03-08 08:29:12 -05:00
ignore.rs
let_.rs Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
metadata.rs Add support for var decl spans (#4787) 2022-03-09 04:42:19 -05:00
mod.rs
module.rs feat: update: #4518, Add examples for command: use,module,export def,export env and export def-env (#4584) 2022-02-21 09:32:31 -06:00
register.rs Update documents for commands (#4796) 2022-03-09 08:05:35 -05:00
source.rs Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05:00
tutor.rs Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
use_.rs Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05:00
version.rs