feat: new environment commands group, and updates to README

This commit is contained in:
Lewis Wynne 2026-02-12 00:46:18 +00:00
parent 32459b420b
commit f3b18c6b08
4 changed files with 73 additions and 24 deletions

View file

@ -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"
}