SenseNet / sn-admin

Upgrade and package executor tool for sensenet.
https://sensenet.com
GNU General Public License v2.0
0 stars 2 forks source link

Allow the hyphen character in parameter names. #13

Closed tusmester closed 7 years ago

tusmester commented 7 years ago

Currently it is not possible to provide an SnAdmin parameter like the last one here:

snadmin install-workspaces install-demo:true

To make this possible, I changed the regex to accept hyphens in parameter names.

Important: the same change has to be made in Services (PackageParameter class) to be effective. See this related PR.