예제 #1
0
파일: main.py 프로젝트: curiousguy13/broot
def cmd_clean(options, other_args):
    root = Root()
    root.clean()

    return True