update build process
This commit is contained in:
parent
049d0ffda2
commit
9b5238af59
6 changed files with 74 additions and 23 deletions
|
@ -16,6 +16,9 @@ import (
|
|||
"ecload/pkg/ecload"
|
||||
)
|
||||
|
||||
var Version string
|
||||
var Build string
|
||||
|
||||
const THEME = "//----------------- Theme properties -----------------" +
|
||||
"//----------------- Colors -----------------" +
|
||||
"// View colors - internal area and border" +
|
||||
|
|
|
@ -13,11 +13,14 @@ import (
|
|||
"ecload/pkg/ecload"
|
||||
)
|
||||
|
||||
var Version string
|
||||
var Build string
|
||||
|
||||
func main() {
|
||||
logger := ecload.InitLogger(ioutil.Discard, os.Stdout, os.Stdout, os.Stderr)
|
||||
|
||||
app := cli.App("ecload", "Download books from https://www.e-codices.unifr.ch")
|
||||
app.Version("v version", "0.1.0")
|
||||
app.Version("v version", Version)
|
||||
|
||||
app.Spec = "[-o=<PATH>] [-s=<SIZE>] ID"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue