Skip to content

Commit

Permalink
Add Go Report/Reference badge
Browse files Browse the repository at this point in the history
  • Loading branch information
watal committed Jun 8, 2022
1 parent 2e9469d commit b2a62a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# Pola PCE
[![lint status](https://github.com/nttcom/pola/actions/workflows/ci.yaml/badge.svg)](https://github.com/nttcom/pola/actions)
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
[![Go Report Card](https://goreportcard.com/badge/nttcom/pola)](https://goreportcard.com/report/github.com/nttcom/pola)
[![Go Reference](https://pkg.go.dev/badge/github.com/nttcom/pola.svg)](https://pkg.go.dev/github.com/nttcom/pola)

## Installation & Use
- [Getting Started](docs/sources/getting-started.md)
Expand Down
2 changes: 1 addition & 1 deletion cmd/pola/lsp_add.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func newLspAddCmd() *cobra.Command {
}

lspAddCmd.Flags().BoolP("json", "j", false, "output json format")
lspAddCmd.Flags().StringP("file", "f", "", "[mandatory] path to yaml formatted LSP infomation file")
lspAddCmd.Flags().StringP("file", "f", "", "[mandatory] path to yaml formatted LSP information file")
return lspAddCmd

}
Expand Down

0 comments on commit b2a62a2

Please sign in to comment.