mod cmd/download.go

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

View File

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