From 2c040f73ce7bbba480c441a0433fc8b4d6449254 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 9 Nov 2020 18:57:21 +0000 Subject: Add a couple of things that should not be forgotten --- cmd/booktopipeline/main.go | 2 ++ cmd/getpipelinebook/main.go | 2 ++ 2 files changed, 4 insertions(+) (limited to 'cmd') diff --git a/cmd/booktopipeline/main.go b/cmd/booktopipeline/main.go index 60d1f81..96a6f6c 100644 --- a/cmd/booktopipeline/main.go +++ b/cmd/booktopipeline/main.go @@ -19,6 +19,8 @@ import ( "rescribe.xyz/bookpipeline" ) +// TODO: use internal/pipeline/get.go functions + const usage = `Usage: booktopipeline [-c conn] [-t training] [-prebinarised] [-notbinarised] [-v] bookdir [bookname] Uploads the book in bookdir to the S3 'inprogress' bucket and adds it diff --git a/cmd/getpipelinebook/main.go b/cmd/getpipelinebook/main.go index 03e709b..ef13db5 100644 --- a/cmd/getpipelinebook/main.go +++ b/cmd/getpipelinebook/main.go @@ -17,6 +17,8 @@ import ( "rescribe.xyz/bookpipeline" ) +// TODO: use internal/pipeline/get.go functions + const usage = `Usage: getpipelinebook [-c conn] [-a] [-graph] [-pdf] [-png] [-v] bookname Downloads the pipeline results for a book. -- cgit v1.2.1-24-ge1ad