complete_acl_path: add more paths
This commit is contained in:
parent
d6c1e12c06
commit
b90cb34fd6
@ -181,6 +181,18 @@ pub fn complete_acl_path(_arg: &str, _param: &HashMap<String, String>) -> Vec<St
|
||||
}
|
||||
}
|
||||
|
||||
list.push(String::from("/remote"));
|
||||
list.push(String::from("/remote/"));
|
||||
|
||||
list.push(String::from("/tape"));
|
||||
list.push(String::from("/tape/"));
|
||||
list.push(String::from("/tape/drive"));
|
||||
list.push(String::from("/tape/drive/"));
|
||||
list.push(String::from("/tape/changer"));
|
||||
list.push(String::from("/tape/changer/"));
|
||||
list.push(String::from("/tape/pool"));
|
||||
list.push(String::from("/tape/pool/"));
|
||||
|
||||
list
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user