Add more cmd builtins (#1583)

This commit is contained in:
Jonathan Turner 2020-04-13 13:46:59 +12:00 committed by GitHub
parent ed583bd79b
commit 85d6b24be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -654,6 +654,7 @@ async fn did_find_command(name: &str) -> bool {
let cmd_builtins = [
"call", "cls", "color", "date", "dir", "echo", "find", "hostname", "pause",
"start", "time", "title", "ver", "copy", "mkdir", "rename", "rd", "rmdir", "type",
"mklink",
];
cmd_builtins.contains(&name)