lucky icon indicating copy to clipboard operation
lucky copied to clipboard

Built-in Tasks should use the native CLI args

Open jwoertink opened this issue 5 years ago • 0 comments

A lot of the built-in tasks use ARGV and should just take advantage of our native CLI Args.

These are currently done:

  • [x] - exec task
  • [x] - watch task

These will require some thought on how to better do error handling:

  • [ ] - security_key task
  • [ ] - page
  • [ ] - model
  • [ ] - component
  • [ ] - action
  • [ ] - resource

jwoertink avatar Aug 27 '20 21:08 jwoertink