-
Bug
-
Resolution: Done
-
Major
-
2.0.0.Alpha3
-
None
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