diff options
| author | Christine Dodrill <me@christine.website> | 2019-01-12 06:47:04 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-01-12 06:47:04 -0800 |
| commit | d2ab88e4550084ed220b2ff223a2dcce28289493 (patch) | |
| tree | ebc95ab0e6aed2191b6274a9e9908fc521026105 | |
| parent | 0cbe784b15dbb4a07c30792a3dc1c864195ea24f (diff) | |
| download | x-d2ab88e4550084ed220b2ff223a2dcce28289493.tar.xz x-d2ab88e4550084ed220b2ff223a2dcce28289493.zip | |
implicitly include manpage generation flag
| -rw-r--r-- | go.mod | 3 | ||||
| -rw-r--r-- | go.sum | 3 | ||||
| -rw-r--r-- | internal/internal.go | 5 | ||||
| -rw-r--r-- | jbo/la-banbixsicns/main.go | 6 |
4 files changed, 6 insertions, 11 deletions
@@ -1,13 +1,10 @@ module github.com/Xe/x -go 1.11.4 - require ( github.com/Greyh4t/gluassh v0.0.0-20180109082511-239b4f6310f4 github.com/McKael/madon v2.3.0+incompatible github.com/McKael/madon/v2 v2.0.0-20180929094633-c679abc985d6 github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944 - github.com/Xe/johaus v0.3.0 github.com/aclements/go-moremath v0.0.0-20180329182055-b1aff36309c7 // indirect github.com/ailncode/gluaxmlpath v0.0.0-20161126153117-6ce478ecb4a6 github.com/brandur/simplebox v0.0.0-20150921201729-84e9865bb03a @@ -6,8 +6,6 @@ github.com/McKael/madon/v2 v2.0.0-20180929094633-c679abc985d6 h1:9cJcTOeILzInNo+ github.com/McKael/madon/v2 v2.0.0-20180929094633-c679abc985d6/go.mod h1:mvlJhxZCchfiasx3XvN3hBu5RekGwTDm09dKlSM/dQQ= github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944 h1:CjexZrggt4RldpEUXFZf52vSO3cnmFaqW6B4wADj05Q= github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944/go.mod h1:sPML5WwI6oxLRLPuuqbtoOKhtmpVDCYtwsps+I+vjIY= -github.com/Xe/johaus v0.3.0 h1:zw+G99Q/xHx0bL4CQHi2y1C3xGpoXMURrAwhIMsclrk= -github.com/Xe/johaus v0.3.0/go.mod h1:AxheHD7a8X/KIoOUFa2krQkHFIKqhoP+VTWqNJ+3Joo= github.com/Xe/ln v0.1.2 h1:VTF6Z95Kdd6S1RSjpnn0DFJV5Do9cfmHTHsE9OGI1dw= github.com/Xe/ln v0.1.2/go.mod h1:GWZDvjL0ZC/9SSjY8DJ2IOrID6Lejs7D8pgQyjqMYSk= github.com/aclements/go-moremath v0.0.0-20180329182055-b1aff36309c7 h1:/NWziSfuX4cu00adiPldD8sdCpKxu6BZtLoALSyElZQ= @@ -35,7 +33,6 @@ github.com/dgryski/go-onlinestats v0.0.0-20170612111826-1c7d19468768 h1:Xzl7CSuS github.com/dgryski/go-onlinestats v0.0.0-20170612111826-1c7d19468768/go.mod h1:alfmlCqcg4uw9jaoIU1nOp9RFdJLMuu8P07BCEgpgoo= github.com/disintegration/imaging v1.5.0 h1:uYqUhwNmLU4K1FN44vhqS4TZJRAA4RhBINgbQlKyGi0= github.com/disintegration/imaging v1.5.0/go.mod h1:9B/deIUIrliYkyMTuXJd6OUFLcrZ2tf+3Qlwnaf/CjU= -github.com/eaburns/johaus v0.0.0-20180211190535-0482c3c1f4ff/go.mod h1:haq7Ati+IITjB94ZcX9Pur49JW6bQRs/yTcYaqDPxsc= github.com/eaburns/peggy v0.0.0-20180405011029-d685ddd3cbcb h1:VNtdhXiCNFtQkeRwcS8XW2+gyxollG4Kc4wnHbzGpP8= github.com/eaburns/peggy v0.0.0-20180405011029-d685ddd3cbcb/go.mod h1:5tfPwI6ukiK3W5vJzkj5MBQKHHY9Gcy2y6k1FC/23Xk= github.com/eaburns/pretty v0.0.0-20170305202417-362524b72369 h1:C/RhDONMNTxvyaQNWbxj2RAyHOGVYoq+kP5j9hdnYOk= diff --git a/internal/internal.go b/internal/internal.go index 68c407c..34f62ce 100644 --- a/internal/internal.go +++ b/internal/internal.go @@ -16,8 +16,9 @@ import ( ) var ( - licenseShow = flag.Bool("license", false, "show software license?") - config = flag.String("config", "", "configuration file, if set") + licenseShow = flag.Bool("license", false, "show software licenses?") + config = flag.String("config", "", "configuration file, if set (see flagconfyg(4))") + manpageGen = flag.Bool("manpage", false, "generate a manpage template?") ) func init() { diff --git a/jbo/la-banbixsicns/main.go b/jbo/la-banbixsicns/main.go index c87b659..bbd08b6 100644 --- a/jbo/la-banbixsicns/main.go +++ b/jbo/la-banbixsicns/main.go @@ -7,10 +7,10 @@ import ( "net/http" "os" - "github.com/Xe/johaus/parser" - _ "github.com/Xe/johaus/parser/camxes" - "github.com/Xe/johaus/pretty" _ "github.com/joho/godotenv/autoload" + "within.website/johaus/parser" + _ "within.website/johaus/parser/camxes" + "within.website/johaus/pretty" ) const dialect = "camxes" |
