1 2 3 4 5 6 7
### text-split工具 用rust实现文本文件分割工具 ``` USAGE: text-split.exe <file> --count <count> ``` 