feat: new environment commands group, and updates to README
This commit is contained in:
parent
32459b420b
commit
f3b18c6b08
4 changed files with 73 additions and 24 deletions
|
|
@ -85,4 +85,9 @@ func init() {
|
|||
initCmd.GroupID = "git"
|
||||
syncCmd.GroupID = "git"
|
||||
gitCmd.GroupID = "git"
|
||||
|
||||
rootCmd.AddGroup(&cobra.Group{ID: "env", Title: "Environment commands:"})
|
||||
|
||||
configCmd.GroupID = "env"
|
||||
doctorCmd.GroupID = "env"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue