mod cmd/download.go

This commit is contained in:
nite 2025-04-20 00:35:45 +10:00
parent bd31eb62d9
commit 6076069338

View File

@ -8,7 +8,9 @@ import (
)
var downloadCmd = &cobra.Command{
Use: "download",
Use: "download",
Short: "Download a novel or volume",
Long: "Download a novel or volume",
}
var downloadNovelCmd = &cobra.Command{