download command finalized, beta

This commit is contained in:
Watn3y 2023-05-01 04:06:15 +02:00
parent 24bbd8926c
commit 26cddc7ae7
5 changed files with 157 additions and 71 deletions

View file

@ -28,6 +28,10 @@ type config struct {
}
Download struct {
Prefix string
Yourls struct {
APIPath string
Signature string
}
}
}