Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

Commit bea8d70

Browse files
committed
feat: add cmd
1 parent 0fa128a commit bea8d70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fops.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# -------------------------------------------- #
66
# rm:cmd,file_pattern:string
77
# -------------------------------------------- #
8+
# mv:cmd,file_pattern:string,target:string
9+
# -------------------------------------------- #
10+
# cp:cmd,file_pattern:string,target:string
11+
# -------------------------------------------- #
12+
# find,root:string,file_pattern:string
13+
# -------------------------------------------- #
814

915
import sys
1016
import os

0 commit comments

Comments
 (0)