nushell/crates/nu-cli/src/commands
Joseph T. Lyons ec7ff5960d
Remove async_stream! from some commands (#1951)
* Remove async_stream! from open.rs

* Ran rustfmt

* Fix Clippy warning

* Removed async_stream! from evaluate_by.rs

* Removed async_stream! from exit.rs

* Removed async_stream! from from_eml.rs

* Removed async_stream! from group_by_date.rs

* Removed async_stream! from group_by.rs

* Removed async_stream! from map_max.rs

* Removed async_stream! from to_sqlite.rs

* Removed async_stream! from to_md.rs

* Removed async_stream! from to_html.rs
2020-06-08 16:48:10 +12:00
..
classified Batch of moving commands off async_stream #3 (#1919) 2020-05-31 06:31:50 +12:00
parse Bring back parse as built-in. 2020-06-04 15:21:13 -05:00
split Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
str_ changed to-float to to-decimal (#1926) 2020-06-02 09:02:57 +12:00
alias.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
append.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
args.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
autoview.rs Batch of moving commands off async_stream #3 (#1919) 2020-05-31 06:31:50 +12:00
average.rs Batch of moving commands off async_stream #3 (#1919) 2020-05-31 06:31:50 +12:00
build_string.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
cal.rs Cal updates (#1945) 2020-06-07 15:52:42 +12:00
calc.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
cd.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
clear.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
clip.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
command.rs Assign variables when passed as an argument. (#1947) 2020-06-08 04:15:57 +12:00
compact.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
config.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
count.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
cp.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
date.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
debug.rs Batch of moving commands off async_stream (#1917) 2020-05-30 16:34:39 +12:00
default.rs Batch of moving commands off async_stream (#1917) 2020-05-30 16:34:39 +12:00
drop.rs Batch of moving commands off async_stream (#1917) 2020-05-30 16:34:39 +12:00
du.rs Batch of moving commands off async_stream (#1917) 2020-05-30 16:34:39 +12:00
each.rs Batch of moving commands off async_stream #3 (#1919) 2020-05-31 06:31:50 +12:00
echo.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
enter.rs Batch of moving commands off async_stream #3 (#1919) 2020-05-31 06:31:50 +12:00
evaluate_by.rs Remove async_stream! from some commands (#1951) 2020-06-08 16:48:10 +12:00
exit.rs Remove async_stream! from some commands (#1951) 2020-06-08 16:48:10 +12:00
first.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
format.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
from_bson.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from_csv.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from_delimited_data.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from_eml.rs Remove async_stream! from some commands (#1951) 2020-06-08 16:48:10 +12:00
from_ics.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
from_ini.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from_json.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
from_ods.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
from_sqlite.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from_ssv.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
from_toml.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
from_tsv.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from_url.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from_vcf.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from_xlsx.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
from_xml.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
from_yaml.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
get.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
group_by_date.rs Remove async_stream! from some commands (#1951) 2020-06-08 16:48:10 +12:00
group_by.rs Remove async_stream! from some commands (#1951) 2020-06-08 16:48:10 +12:00
headers.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
help.rs Cut out a function to generate a pharase in the Flags section. (#1930) 2020-06-04 19:09:43 +12:00
histogram.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
history.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
insert.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
is_empty.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
keep_until.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
keep_while.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
keep.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
kill.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
last.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
lines.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
ls.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +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 Remove async_stream! from some commands (#1951) 2020-06-08 16:48:10 +12:00
merge.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
mkdir.rs Implement an option to show paths made of mkdir. (#1932) 2020-06-06 15:13:38 -04:00
mv.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
next.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
nth.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
open.rs Remove async_stream! from some commands (#1951) 2020-06-08 16:48:10 +12:00
pivot.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
plugin.rs Ensure end_filter plugin lifecycle stage gets called. 2020-05-29 04:03:25 -05:00
prepend.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
prev.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
pwd.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
range.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
reduce_by.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
reject.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
rename.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
reverse.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
rm.rs Moving some commands off of async stream (#1934) 2020-06-04 20:42:23 +12:00
run_alias.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
run_external.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
save.rs Batch of moving commands off async_stream #3 (#1919) 2020-05-31 06:31:50 +12:00
select.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
shells.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
shuffle.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
size.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
skip_until.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
skip_while.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
skip.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
sort_by.rs Moving some commands off of async stream (#1934) 2020-06-04 20:42:23 +12:00
split_by.rs Moving some commands off of async stream (#1934) 2020-06-04 20:42:23 +12:00
sum.rs Batch of moving commands off async_stream #3 (#1919) 2020-05-31 06:31:50 +12:00
t_sort_by.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
table.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
tags.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
to_bson.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
to_csv.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
to_delimited_data.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
to_html.rs Remove async_stream! from some commands (#1951) 2020-06-08 16:48:10 +12:00
to_json.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
to_md.rs Remove async_stream! from some commands (#1951) 2020-06-08 16:48:10 +12:00
to_sqlite.rs Remove async_stream! from some commands (#1951) 2020-06-08 16:48:10 +12:00
to_toml.rs ISSUE-1907 Disallow invalid top level TOML (#1946) 2020-06-08 08:02:37 +12:00
to_tsv.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
to_url.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
to_yaml.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
to.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
touch.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
trim.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
uniq.rs Moving some commands off of async stream (#1934) 2020-06-04 20:42:23 +12:00
update.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
version.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
what.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
where_.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
which_.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
with_env.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
wrap.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00