mirror of
https://github.com/jht5945/buildj.git
synced 2025-12-29 18:30:05 +08:00
ref
This commit is contained in:
@@ -34,7 +34,7 @@ pub fn get_args_as_vec() -> Vec<String> {
|
||||
|
||||
pub fn is_buildin_args(args: &[String]) -> bool {
|
||||
match args.get(1) {
|
||||
None => return false,
|
||||
None => false,
|
||||
Some(arg) => arg.starts_with(":::") || arg.starts_with("..."),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user