Add some features

This commit is contained in:
2023-09-13 11:45:24 +02:00
parent 760decfb85
commit 9e7f716be8
7 changed files with 485 additions and 48 deletions

View File

@ -19,6 +19,9 @@ func buildAction(ctx *cli.Context) error {
opts := readCfg(cfgPath)
for _, o := range opts {
if ctx.Bool("p") {
download(o)
}
purge(o)
cp(o)