Skip to content
Snippets Groups Projects
Commit 1645cd21 authored by Florian Meissner's avatar Florian Meissner
Browse files

doc(helpers/_error)

parent 2b7b24e6
No related branches found
No related tags found
No related merge requests found
# use syntax:
# . (dirname (status current-filename))/../helpers/_error.function.fish
function _error --description 'Call with `_error <msg> <var1> <var2> … <var_n>` to abort the program' --no-scope-shadowing
for i in $argv[2..]
set out $out {$i}="$$i"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment