]
Marek Kopecký reassigned WFCORE-743:
------------------------------------
Assignee: Tomaz Cerar (was: Marek Kopecký)
Powershell script for domain is not finised
-------------------------------------------
Key: WFCORE-743
URL:
https://issues.jboss.org/browse/WFCORE-743
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Affects Versions: 2.0.0.Alpha3
Reporter: Marek Kopecký
Assignee: Tomaz Cerar
domain.ps1 for now just calls domain.bat. Many arguments of domain.ps1 is not working,
example:
* .\domain.ps1 --Foo
** Actual results: domain starts
** Expected results: Invalid option '--foo'. Use domain --help for information on
valid command line arguments and their syntax.
* .\domain.ps1 --help
** Actual results: domain starts
** Expected results: domain prints help message