chore: update cli help message and reamde

This commit is contained in:
sigoden
2022-06-20 19:40:09 +08:00
parent 68139c6263
commit c85ea06785
5 changed files with 72 additions and 64 deletions

View File

@@ -22,12 +22,12 @@ lazy_static! {
};
}
#[derive(Debug, Clone)]
#[derive(Debug)]
pub struct AccessControl {
rules: HashMap<String, PathControl>,
}
#[derive(Debug, Clone)]
#[derive(Debug)]
pub struct PathControl {
readwrite: Account,
readonly: Option<Account>,