Skip to content

Commit

Permalink
Remove old flag
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis committed Nov 6, 2017
1 parent aad079a commit f13001a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/new_function.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ var (
)

func init() {
newFunctionCmd.Flags().StringVar(&functionName, "name", "", "Name for your function")
newFunctionCmd.Flags().StringVar(&lang, "lang", "", "Language or template to use")
newFunctionCmd.Flags().StringVarP(&gateway, "gateway", "g", defaultGateway, "Gateway URL to store in YAML stack file")

Expand Down

0 comments on commit f13001a

Please sign in to comment.