Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Mar 16, 2022
2 parents 54ed226 + 35c3254 commit b939335
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ goget pterm testza
|Command|Usage|
|-------|-----|
|`goget completion`|Generate the autocompletion script for the specified shell|
|`goget export`|Prints all inbuild modules as json|
|`goget help`|Help about any command|
# ... completion
`goget completion`
Expand Down Expand Up @@ -185,6 +186,13 @@ You will need to start a new shell for this setup to take effect.
|Flag|Usage|
|----|-----|
|`--no-descriptions`|disable completion descriptions|
# ... export
`goget export`

## Usage
> Prints all inbuild modules as json
goget export
# ... help
`goget help`

Expand Down
1 change: 1 addition & 0 deletions generated/modules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"name":"cobra","path":"github.com/spf13/cobra","tags":["CLI"]},{"name":"pterm","path":"github.com/pterm/pterm","tags":["CLI"]},{"name":"survey","path":"github.com/AlecAivazis/survey/v2","tags":["CLI"]},{"name":"fyne","path":"github.com/fyne-io/fyne/v2","tags":["GUI"]},{"name":"webview","path":"github.com/webview/webview","tags":["GUI"]},{"name":"logrus","path":"github.com/sirupsen/logrus","tags":["Logging"]},{"name":"zap","path":"go.uber.org/zap","tags":["Logging"]},{"name":"zerolog","path":"github.com/rs/zerolog/log","tags":["Logging"]},{"name":"gorm","path":"github.com/go-gorm/gorm","tags":["ORM"]},{"name":"testify","path":"github.com/stretchr/testify","tags":["Test Framework"]},{"name":"testza","path":"github.com/MarvinJWendt/testza","tags":["Test Framework"]},{"name":"beego","path":"github.com/beego/beego/v2","tags":["Web Framework"]},{"name":"fasthttp","path":"github.com/valyala/fasthttp","tags":["Web Framework"]},{"name":"fiber","path":"github.com/gofiber/fiber/v2","tags":["Web Framework"]},{"name":"gin","path":"github.com/gin-gonic/gin","tags":["Web Framework"]},{"name":"lo","path":"github.com/samber/lo","tags":["Utils"]}]

0 comments on commit b939335

Please sign in to comment.