aiac Tue, 02 Jan 2024 02:45:17 -0800
type CommandId = enum cmdSearch cmdDownload type Command = object case id: CommandId of cmdSearch: opts: SearchOpts of cmdDownload: opts: DownloadOpts # Error: attempt to redefine: 'v' Run