forked from uncloud/uncloud
Using click instead of argparse in uncloud script
This commit is contained in:
parent
2afb37daca
commit
cd2f0aaa0d
14 changed files with 279 additions and 20 deletions
|
|
@ -67,7 +67,7 @@ def track_file(file, base_dir):
|
|||
os.setxattr(file, "user.utracked", b"True")
|
||||
|
||||
|
||||
def main():
|
||||
def main(debug=False):
|
||||
base_dir = settings["storage"]["file_dir"]
|
||||
|
||||
# Recursively Get All Files and Folder below BASE_DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue