2 个版本
0.1.1 | 2023 年 5 月 29 日 |
---|---|
0.1.0 | 2023 年 5 月 28 日 |
#13 in #copies
6KB
81 代码行
Git 忽略复制 (gicopy)
用法
Usage: gicopy.exe [OPTIONS] <SOURCE> <TARGET>
Arguments:
<SOURCE> The path of the directory to copy from
<TARGET> The path of the directory to copy to
Options:
-v, --verbose Be verbose
-i, --ignore-file <IGNORE_FILE> The name of the file with the list of files to ignore [default: .gitignore]
-o, --other-ignored <OTHER_IGNORED> Other files to ignore [default: .git]
-h, --help Print help
安装
从源代码构建并使用 cargo 安装
cargo install gicopy
依赖项
~4–6MB
~103K SLoC