Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1006 Bytes

README.md

File metadata and controls

46 lines (37 loc) · 1006 Bytes

File-tools for file operation

SUBCOMMANDS

insert

USAGE:

file-tools insert [FLAGS] [OPTIONS] --dir <dir> --str <str>

FLAGS:

    -h, --help          Prints help information
        --rename-dir    
    -V, --version       Prints version information

OPTIONS:

    -d, --dir <dir>              Directory for to be renamed
        --position <position>    Position about which to be inserted,can be `head`,`middle`,`tail` [default: middle]
        --str <str> 

replace

USAGE:

file-tools replace [FLAGS] [OPTIONS] --dir <dir> --src <src>

FLAGS

    -h, --help          Prints help information
        --rename-dir    Rename directory also
    -V, --version       Prints version information

OPTIONS

OPTIONS:
    -d, --dir <dir>    Directory for to be renamed
        --dst <dst>    Replaced by `dst`
        --src <src>    To be replaced `src`