package
1.3.9
Repository: https://github.com/yhyj/curator.git
Documentation: pkg.go.dev

# Functions

CreateConfigFile 创建配置文件 参数: - configFile: 配置文件路径.
OpenConfigFile 打开配置文件 参数: - configFile: 配置文件路径.
PrintConfigFile 打印配置文件内容 参数: - configFile: 配置文件路径.
PrintVersionInfo 打印版本信息 参数: - only: 是否只打印版本号.
RollingCloneRepos 遍历 Clone 远端存储库到本地 参数: - config: 解析 toml 配置文件得到的配置项 - source: 远端存储库源,支持 'github' 和 'gitea',默认为 'github'.
RollingPullRepos 遍历 Pull 远端存储库的更改到本地 参数: - config: 解析 toml 配置文件得到的配置项 - source: 远端存储库源,支持 'github' 和 'gitea',默认为 'github'.