Skip to content

Commit

Permalink
changed shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Sep 5, 2024
1 parent fb9a3fa commit 1687a16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/service_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ func makeServiceRunCmd() *cobra.Command {

serviceRunCmd.Flags().StringP("cluster", "c", "", "set the cluster")
serviceRunCmd.Flags().StringP("endpoint", "e", "", "endpoint of a non registered cluster")
serviceRunCmd.Flags().StringP("token", "tk", "", "token of the service")
serviceRunCmd.Flags().StringP("input", "i", "", "input file for the request")
serviceRunCmd.Flags().StringP("text-input", "t", "", "text input string for the request")
serviceRunCmd.Flags().StringP("token", "t", "", "token of the service")
serviceRunCmd.Flags().StringP("file-input", "f", "", "input file for the request")
serviceRunCmd.Flags().StringP("text-input", "i", "", "text input string for the request")
serviceRunCmd.Flags().StringP("output", "o", "", "file path to store the output")

return serviceRunCmd
Expand Down

0 comments on commit 1687a16

Please sign in to comment.