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

Proposal: make prefix "JEA_" for module name optional #5

Open
adriandeller opened this issue Feb 5, 2021 · 1 comment
Open

Proposal: make prefix "JEA_" for module name optional #5

adriandeller opened this issue Feb 5, 2021 · 1 comment
Labels

Comments

@adriandeller
Copy link

if ($moduleName -notlike "JEA_*") { $moduleName = "JEA_{0}" -f $moduleName }

can this prefix be defined as optional and configurable?

@adriandeller adriandeller changed the title Make prefix "JEA_" for module name optional Proposal: make prefix "JEA_" for module name optional Feb 5, 2021
@FriedrichWeinmann
Copy link
Member

Hi Adrian,
sounds reasonable to me, will implement that the next time I touch it

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

No branches or pull requests

2 participants