nushell/crates/nu-command/src/core_commands
Stefan Holderbach aa88449f29
Refer to the span of error make if not given (#5599)
* Refer to the span of `error make` if not given

Implements #5591

Currently the span of the "throwing" `error make`

Also allow to set `msg` and `label` without an additional span.

* Message plus "originates from here" label
2022-05-21 09:48:36 +12:00
..
overlay Add Nushell REPL simulator; Fix bug in overlay add (#5478) 2022-05-08 16:09:39 +03:00
alias.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
debug.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
def.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
def_env.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
describe.rs Handle custom values in describe command (#5248) 2022-04-20 16:59:53 +12:00
do_.rs Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
echo.rs "maybe text codec" version 2 (#871) 2022-01-28 13:32:33 -05:00
error_make.rs Refer to the span of error make if not given (#5599) 2022-05-21 09:48:36 +12:00
export.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_alias.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_def.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_def_env.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_env.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_extern.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
extern_.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
for_.rs Fixed interrupting a for-loop over a list bug #5378 (#5408) 2022-05-02 19:56:37 +12:00
help.rs Clean up tests and unused documentation code (#5273) 2022-04-21 06:13:58 -05:00
hide.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
history.rs added real index column to history (#4756) 2022-03-06 17:22:18 +00:00
if_.rs Make if else more lazy (#5386) 2022-05-01 09:13:21 +12:00
ignore.rs Fix ignore to run side effects of previous command (#4510) 2022-02-17 12:49:54 -05:00
let_.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
metadata.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
mod.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
module.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
register.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
source.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
tutor.rs feat: add tutor list support, remove tutor engine-q, fix: #4950 (#5511) 2022-05-11 16:16:01 -05:00
use_.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
version.rs Look up git commit hash ourselves, drop libgit2 dependency (#5548) 2022-05-16 13:57:25 +12:00