changeset 26:5abe36dc0697 default tip

...
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 21 Sep 2020 16:03:31 +0900
parents 8a32fdfaf131
children
files lectable.go
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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