We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f571144 commit c54fcbfCopy full SHA for c54fcbf
cmd/update.go
@@ -16,7 +16,7 @@ import (
16
// updateCmd represents the update command
17
var updateCmd = &cobra.Command{
18
Use: "update",
19
- Short: "Update the current project",
+ Short: "Update the current project.",
20
Run: func(cmd *cobra.Command, args []string) {
21
update()
22
},
0 commit comments