You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command line arguments should be parsed.
For example, if I type: $ raise new app
Then it should know I wish to create a new react application
List of cli args: new - create new react app component - create new component action - create new action reducer - create new reducer test:e2e - create new e2e test spec test:component - create new component test spec test:action - create new action test spec test:reducer - create new reducer test spec
Which versions of react-raise, and which browser / OS are affected by this issue? Did this work in previous versions of react-raise?
N/A
NB: You can drop a comment below for more clarification
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Currently the project does not handle any cli argument
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/84v837e9/).
N/A
What is the expected behavior?
Command line arguments should be parsed.
For example, if I type:
$ raise new app
Then it should know I wish to create a new react application
List of cli args:
new
- create new react appcomponent
- create new componentaction
- create new actionreducer
- create new reducertest:e2e
- create new e2e test spectest:component
- create new component test spectest:action
- create new action test spectest:reducer
- create new reducer test specWhich versions of react-raise, and which browser / OS are affected by this issue? Did this work in previous versions of react-raise?
N/A
NB: You can drop a comment below for more clarification
The text was updated successfully, but these errors were encountered: