# HG changeset patch # User anatofuz # Date 1600671811 -32400 # Node ID 5abe36dc0697e9488daacb3456ba9bbeb93ff49e # Parent 8a32fdfaf131cdbdcfd33d638fb75a734d747793 ... diff -r 8a32fdfaf131 -r 5abe36dc0697 lectable.go --- a/lectable.go Fri Apr 03 07:56:04 2020 +0900 +++ b/lectable.go Mon Sep 21 16:03:31 2020 +0900 @@ -17,6 +17,7 @@ &cmdDownload{}, &cmdPDF{}, &cmdDumpHTML{}, + &cmdDownloadOnly{}, } dispatch = make(map[string]cmd, len(subCommands)) maxSubcommandName int