Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-t in cli not working #29

Closed
bethstevic opened this issue Jul 23, 2017 · 5 comments
Closed

-t in cli not working #29

bethstevic opened this issue Jul 23, 2017 · 5 comments

Comments

@bethstevic
Copy link
Contributor

Tried: can-migrate -a asdf.js --t can-capitalize/replace.js
Got:
screen shot 2017-07-23 at 1 52 47 pm

Tried: can-migrate -a asdf.js --transform can-capitalize/replace.js
Got:
screen shot 2017-07-23 at 1 52 31 pm

Writing out 'transform' works, using '-t' shortcut does not

@chasenlehara
Copy link
Member

It looks like the s and t aliases need to be added here:

alias: {
a: 'apply',
c: 'config',
h: 'help'
}

@Zekany
Copy link
Contributor

Zekany commented Jul 24, 2017

Hi!
I came across this issue while looking for beginner-friendly bugs. Since you explained what exactly the problem was, I figured I'd fix it. Should I make a pull request?

@chasenlehara
Copy link
Member

Yes please! Let us know if you need any help submitting a PR for this. 😊

@chasenlehara
Copy link
Member

chasenlehara commented Jul 25, 2017

Fixed with #33 and released in v0.0.3. Thanks again @Zekany!

@Zekany
Copy link
Contributor

Zekany commented Jul 25, 2017

No problem, thanks for opportunity!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants