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:
@@ -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("...")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user