fish-shell/src/builtins
ridiculousfish 5841e9f712 Remove '--quiet' feature of abbreviations
Per code review, this is too risky to introduce now. Leaving the feature
in history should want want to revisit this in the future.
2022-12-10 15:38:50 -08:00
..
abbr.cpp Remove '--quiet' feature of abbreviations 2022-12-10 15:38:50 -08:00
abbr.h Re-implement abbreviations as a built-in 2022-12-10 15:29:03 -08:00
argparse.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
argparse.h
bg.cpp clang-format all C++ files 2022-08-21 15:02:19 -07:00
bg.h
bind.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
bind.h IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
block.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
block.h
builtin.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
builtin.h
cd.cpp IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
cd.h
command.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
command.h
commandline.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
commandline.h IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
complete.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
complete.h IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
contains.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
contains.h
disown.cpp Make maybe_t safer against accidental misuse 2022-10-08 11:56:38 -05:00
disown.h
echo.cpp IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
echo.h
emit.cpp IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
emit.h
eval.cpp IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
eval.h
exit.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
exit.h
fg.cpp Move parser status vars to their own struct 2022-10-26 12:15:02 -05:00
fg.h
function.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
function.h Run include-what-you-use 2022-10-26 19:58:40 -07:00
functions.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
functions.h
history.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
history.h
jobs.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
jobs.h
math.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
math.h
path.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
path.h IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
printf.cpp builtins/printf: use wcsto[i,u]max, check EINVAL, add test 2022-10-31 19:58:18 -07:00
printf.h IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
pwd.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
pwd.h
random.cpp IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
random.h
read.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
read.h
realpath.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
realpath.h
return.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
return.h
set_color.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
set_color.h IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
set.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
set.h IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
source.cpp IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
source.h
status.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
status.h
string.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
string.h
test.cpp Fix unqualified calls to std::move 2022-10-19 12:31:55 -05:00
test.h
type.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
type.h
ulimit.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
ulimit.h IWYU-guided #include rejiggering. 2022-08-20 23:55:18 -07:00
wait.cpp Remove the "flag" field from woption 2022-11-29 16:08:37 -08:00
wait.h