File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 28
28
Help : "Minimize logging" ,
29
29
Default : false ,
30
30
},
31
+
31
32
/*** server ***/
32
33
"addr" : {
33
34
Short : "a" ,
@@ -68,10 +69,12 @@ var (
68
69
// cli
69
70
NoColor bool `arg:"no-color"`
70
71
Quiet bool `arg:"quiet"`
72
+
71
73
// server
72
74
Addr string `arg:"addr"`
73
75
Serve bool `arg:"serve"`
74
76
Dir string `arg:"dir"`
77
+
75
78
// client
76
79
File string `arg:"file"`
77
80
Block int `arg:"block"`
Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ module github.com/taybart/rest
2
2
3
3
go 1.17
4
4
5
- replace github.com/taybart/args => ../../taybart/args
6
-
7
5
require (
8
6
github.com/hashicorp/hcl/v2 v2.11.1
9
- github.com/taybart/args v0.0.0-20220224221651-d96033464fcd
7
+ github.com/taybart/args v0.0.1
10
8
github.com/taybart/log v1.5.1
11
9
github.com/zclconf/go-cty v1.8.0
12
10
)
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ github.com/sergi/go-diff v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
32
32
github.com/sergi/go-diff v1.0.0 /go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo =
33
33
github.com/spf13/pflag v1.0.2 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
34
34
github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
35
+ github.com/taybart/args v0.0.1 h1:KHfgv/Vu9TY9NC4PydD74CAvMG9MX5xqMJI79sJqKMw =
36
+ github.com/taybart/args v0.0.1 /go.mod h1:aZ8Gg0AdpDyO3BjBfPEiwkIHu/gV/k1Iz4FDJtytGIw =
35
37
github.com/taybart/log v1.5.1 h1:gRqWZW9IJ5dW8qVWBfDPM5+EbWAJ+iDG4u52wfHsiwc =
36
38
github.com/taybart/log v1.5.1 /go.mod h1:zG3tAVOXRh0zQfyxs0dTqarj1hTKFOUWk/oKeiugmZA =
37
39
github.com/vmihailenco/msgpack v3.3.3+incompatible /go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk =
You can’t perform that action at this time.
0 commit comments