nushell/crates/nu-cli/src/commands
Joseph T. Lyons af6aff8ca3
Allow user to specify the indentation setting on the pretty flag for the to json command (#1818)
* Allow user to specify the indentation setting on the pretty flag for the to json command

* Use "JSON" over "json"
2020-05-18 06:48:58 +12:00
..
classified Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
alias.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
append.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
args.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
autoview.rs Add a batch of help examples (#1755) 2020-05-12 13:00:55 +12:00
cal.rs Cal command updates (#1758) 2020-05-16 16:00:06 +12:00
calc.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
cd.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
clear.rs Add a batch of help examples (#1755) 2020-05-12 13:00:55 +12:00
clip.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
command.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
compact.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
config.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
count.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
cp.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
date.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
debug.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
default.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
drop.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
du.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
each.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
echo.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
enter.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
evaluate_by.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
exit.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
first.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
format.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_bson.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_csv.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_delimited_data.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_eml.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_ics.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_ini.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_json.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_ods.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_sqlite.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_ssv.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_toml.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_tsv.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_url.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_vcf.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_xlsx.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_xml.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from_yaml.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
from.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
get.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
group_by_date.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
group_by.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
headers.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
help.rs create Palette trait (#1813) 2020-05-18 05:48:57 +12:00
histogram.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
history.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
insert.rs Fix the insert command (#1815) 2020-05-17 08:30:52 -04:00
is_empty.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
keep_until.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
keep_while.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
keep.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
kill.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
last.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
lines.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
ls.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
macros.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
map_max_by.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
merge.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
mkdir.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
mv.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
next.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
nth.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
open.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
pivot.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
plugin.rs Remove the old it-hacks from fetch and post (#1807) 2020-05-17 06:18:46 +12:00
prepend.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
prev.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
pwd.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
range.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
reduce_by.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
reject.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
rename.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
reverse.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
rm.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
run_alias.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
run_external.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
save.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
select.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
shells.rs fix nu variable. tweak shells (#1558) 2020-04-07 05:30:54 +12:00
shuffle.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
size.rs Add examples for some more commands (#1765) 2020-05-13 03:54:29 +12:00
skip_until.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
skip_while.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
skip.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
sort_by.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
split_by.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
split_column.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
split_row.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
sum.rs Add examples for some more commands (#1765) 2020-05-13 03:54:29 +12:00
t_sort_by.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
table.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
tags.rs Move external closer to internal (#1611) 2020-04-20 15:30:44 +12:00
to_bson.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
to_csv.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
to_delimited_data.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
to_html.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
to_json.rs Allow user to specify the indentation setting on the pretty flag for the to json command (#1818) 2020-05-18 06:48:58 +12:00
to_md.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
to_sqlite.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
to_toml.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
to_tsv.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
to_url.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
to_yaml.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
to.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
touch.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
trim.rs make trim apply to strings contained in tables (also at deeper nesting (#1664) 2020-04-27 05:26:02 +12:00
uniq.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
update.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
version.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
what.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
where_.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
which_.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
with_env.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
wrap.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00