Skip to content

Commit

Permalink
refactor(main.go): rename feature-port flag to port for consistency
Browse files Browse the repository at this point in the history
The flag name is changed to be consistent with other parts of the
application. This improves readability and maintainability.
  • Loading branch information
cybersiddhu committed Mar 5, 2025
1 parent b73437c commit cd1fdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/modware-annotation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func getServerFlags() []cli.Flag {
func getFeatureServerFlags() []cli.Flag {
flg := []cli.Flag{
cli.StringFlag{
Name: "feature-port",
Name: "port",
Usage: "tcp port at which the feature server will be available",
Value: "9570",
},
Expand Down

0 comments on commit cd1fdc8

Please sign in to comment.