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

Commit ed27d73

Browse files
author
Oscar Ward
authored
add alias for acorn project cli (#2337)
Signed-off-by: Oscar Ward <[email protected]>
1 parent 53f9540 commit ed27d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
func NewProject(c CommandContext) *cobra.Command {
1919
cmd := cli.Command(&Project{client: c.ClientFactory}, cobra.Command{
2020
Use: "project [flags]",
21-
Aliases: []string{"projects"},
21+
Aliases: []string{"projects", "proj"},
2222
Example: `
2323
acorn project`,
2424
SilenceUsage: true,

0 commit comments

Comments
 (0)