File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ applications.
1010
1111Complete documentation is available at https://kool.dev/docs
1212
13+ ```
14+ kool
15+ ```
16+
1317### Options
1418
1519```
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ require (
3434
3535require (
3636 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
37+ github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
3738 github.com/fatih/color v1.13.0 // indirect
3839 github.com/google/go-github/v30 v30.1.0 // indirect
3940 github.com/google/go-querystring v1.1.0 // indirect
@@ -47,6 +48,7 @@ require (
4748 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
4849 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
4950 github.com/rivo/uniseg v0.3.4 // indirect
51+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
5052 github.com/spf13/pflag v1.0.5 // indirect
5153 github.com/tcnksm/go-gitconfig v0.1.2 // indirect
5254 github.com/ulikunitz/xz v0.5.10 // indirect
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDk
6262github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f /go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc =
6363github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354 /go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk =
6464github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 /go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk =
65+ github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w =
6566github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
6667github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
6768github.com/creack/pty v1.1.11 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
@@ -231,6 +232,7 @@ github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJ
231232github.com/rivo/uniseg v0.3.4 h1:3Z3Eu6FGHZWSfNKJTOUiPatWwfc7DzJRU04jFUqJODw =
232233github.com/rivo/uniseg v0.3.4 /go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88 =
233234github.com/rogpeppe/go-internal v1.3.0 /go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4 =
235+ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
234236github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
235237github.com/spf13/afero v1.8.2 h1:xehSyVa0YnHWsJ49JFljMpg1HX19V6NDZ1fkm1Xznbo =
236238github.com/spf13/afero v1.8.2 /go.mod h1:CtAatgMJh6bJEIs48Ay/FOnkljP3WeGUG0MC1RfAqwo =
You can’t perform that action at this time.
0 commit comments