bellycard/napa

napa g migration ambiguous matches

Closed this issue · 2 comments

Running napa g api or napa g migration gives this response:

napa g api ...
Ambiguous command g matches [generate, generate api, generate readme]

This is not due to aliases, but rather how thor will try and find unambiguous matches for task names. I don't think this is possible to accomplish within thor. Closing for now.

Relevant code in thor rails/thor@a0e3e20