Skip to content

Commit

Permalink
[refactor] Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamontat Chantrachirathumrong committed Aug 15, 2018
1 parent 8d52bdf commit 9f7251e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (
var configCmd = &cobra.Command{
Use: "config",
Aliases: []string{"C", "configuration"},
Short: "config [initial|set|get|open]",
Short: "config [initial|open]",
Long: ``,
Run: func(cmd *cobra.Command, args []string) {
om.Log().ToInfo("config", "start...")
Expand Down
1 change: 1 addition & 0 deletions cmd/configInitial.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ log: false
commit:
message: false
`

listYaml := `version: 1
list:
- key: feature
Expand Down

0 comments on commit 9f7251e

Please sign in to comment.