1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-29 02:10:04 +08:00

update do_with_buildin_arg_ddd

This commit is contained in:
2019-08-25 09:54:02 +08:00
parent 50d68ec687
commit 1aaf9129d1
2 changed files with 23 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ pub fn is_buildin_args(args: &Vec<String>) -> bool {
false
} else {
args.get(1).unwrap().starts_with(":::")
|| args.get(1).unwrap().starts_with("...")
}
}