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

Remove adding module name in module_group_path if it set from cli #98

Closed
IvanUshakov opened this issue Mar 18, 2016 · 2 comments
Closed

Comments

@IvanUshakov
Copy link

When I generate module using this command:

generamba gen MyModule module --module-group-path projectName/Scenarios

Generamba adds MyModule folder in projectName/Scenarios by default. But in my opinion if I change destination with module-group-path option it should add files in same path, that I set in that option

So, instead

projectName/Scenarios/MyModule

it should be

projectName/Scenarios
@etolstoy
Copy link
Member

@IvanUshakov Thanks for your suggestion, seems reasonable.

@etolstoy etolstoy added this to the 0.7.5 milestone Apr 11, 2016
@etolstoy etolstoy removed this from the 0.7.5 milestone Apr 24, 2016
@etolstoy
Copy link
Member

After discussion with @Beniamiiin we decided that current behavior is more predictable. If some more people will request for this feature, we'll revisit to it.

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

2 participants