bitburner-src/src/Terminal/commands
MageKing17 1dcc17c4fb
Update ls.tsx
`args[numArgs - 1]` is the last argument in the list, so correct usage was being flagged as incorrect, and incorrect usage wasn't working anyway because the filter was `"undefined"`.

Additionally, the function seemed confused as to whether or not `ls` counted as an argument (AFAICT, it isn't).

Fixes #1994.
2021-12-18 21:22:34 -08:00
..
alias.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
analyze.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
backdoor.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
buy.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
cat.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
cd.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
check.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
connect.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
cp.ts Add support for relative paths in cp 2021-12-15 17:36:15 -05:00
download.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
expr.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
free.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
grow.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
hack.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
help.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
home.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
hostname.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
kill.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
killall.ts finish convert to hostname 2021-10-07 17:55:49 -04:00
ls.tsx Update ls.tsx 2021-12-18 21:22:34 -08:00
lscpu.ts oops 2021-09-17 02:58:02 -04:00
mem.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
mv.ts Add support for relative paths in mv 2021-12-15 17:46:36 -05:00
nano.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
ps.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
rm.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
run.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
runProgram.ts minor error message tweak 2021-12-16 12:20:04 -05:00
runScript.ts bugfix 2021-12-14 15:56:11 -05:00
scan.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
scananalyze.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
scp.ts minor tweak to scp error message 2021-12-16 12:14:48 -05:00
sudov.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
tail.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
top.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
unalias.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
weaken.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
wget.ts terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00