Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
add alias for acorn project cli (#2337)
Browse files Browse the repository at this point in the history
Signed-off-by: Oscar Ward <[email protected]>
  • Loading branch information
Oscar Ward authored Nov 16, 2023
1 parent 53f9540 commit ed27d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
func NewProject(c CommandContext) *cobra.Command {
cmd := cli.Command(&Project{client: c.ClientFactory}, cobra.Command{
Use: "project [flags]",
Aliases: []string{"projects"},
Aliases: []string{"projects", "proj"},
Example: `
acorn project`,
SilenceUsage: true,
Expand Down

0 comments on commit ed27d73

Please sign in to comment.