Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
make context command singular, with no aliases (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH authored Feb 25, 2019
1 parent 255be56 commit 179c0d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions command/config/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ type contextCommand struct {
func NewContext(config *shared.Config) *cobra.Command {
cmd := &contextCommand{
Command: &cobra.Command{
Use: "contexts",
Short: "Manage config contexts.",
Aliases: []string{"context"},
Use: "context",
Short: "Manage config contexts.",
},
config: config,
}
Expand Down

0 comments on commit 179c0d3

Please sign in to comment.