Skip to content

Commit dc944b7

Browse files
fix: added comments
1 parent e889f5a commit dc944b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmd/pullTemplates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ func init() {
6161
// pullTemplatesCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
6262
pullTemplatesCmd.Flags().BoolVar(&all, "all", false, "all templates")
6363
pullTemplatesCmd.Flags().StringVar(&languageTemplate, "language", "go", "language template")
64-
pullTemplatesCmd.Flags().StringVar(&version, "version", "v1.0.0", "Version (latest, v1.0.0 - matching your version)")
64+
pullTemplatesCmd.Flags().StringVar(&version, "version", "v1.0.0", "Version (v1.0.0 - matching your version or sha like string)")
6565
}

cmd/start.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ This command will start thr gRPC server and allow the gRPC clients to get connec
5151
}()
5252

5353
// this will be the version same as release (as the version is not configurable from the ui)
54+
// for local development, you can set the version in the environment variable
5455
version := os.Getenv("COMPAGE_CORE_VERSION")
5556
if version == "" {
5657
// default version

0 commit comments

Comments
 (0)