예제 #1
0
def clean():
    """Clean the CWD and associated databases."""
    try:
        cuckoo_clean()
    except KeyboardInterrupt:
        print(yellow("Aborting cleaning up of your CWD.."))
예제 #2
0
파일: main.py 프로젝트: swackhamer/cuckoo
def clean():
    """Clean the CWD and associated databases."""
    try:
        cuckoo_clean()
    except KeyboardInterrupt:
        print(yellow("Aborting cleaning up of your CWD.."))