./index.js [OPTION] [VALUES]...
./index.js -d [dir_name]...
./index.js -d first_dir second_dir
./index.js -dd [dir_name]...
./index.js -dd my_dir
./index.js -r [old_name] [new_name]
./index.js -r old_dir new_dir
./index.js -w [file_name] [content]
./index.js -w my_dir/hello.txt Hello
./index.js -a [file_name] [content]
./index.js -a my_dir/hello.txt World