dubeejw commented on issue #2380: dead code in CLI command line parsing
URL: 
https://github.com/apache/incubator-openwhisk/issues/2380#issuecomment-309460709
 
 
   @rabbah, your second link points to the below lines. Please explain why you 
think they should be removed.
   
   ```
   actionCreateCmd.Flags().BoolVar(&flags.action.sequence, "sequence", false, 
wski18n.T("treat ACTION as comma separated sequence of actions to invoke"))
   actionCreateCmd.Flags().StringVar(&flags.action.kind, "kind", "", 
wski18n.T("the `KIND` of the action runtime (example: swift:default, 
nodejs:default)"))
   actionCreateCmd.Flags().StringVar(&flags.action.main, "main", "", 
wski18n.T("the name of the action entry point (function or fully-qualified 
method name when applicable)"))
   actionCreateCmd.Flags().IntVarP(&flags.action.timeout, "timeout", "t", 
TIMEOUT_LIMIT, wski18n.T("the timeout `LIMIT` in milliseconds after which the 
action is terminated"))
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to