]
Lin Gao reassigned WFCORE-3755:
-------------------------------
Assignee: Lin Gao
jboss-cli.ps1 -c cannot work in power shell
-------------------------------------------
Key: WFCORE-3755
URL:
https://issues.jboss.org/browse/WFCORE-3755
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Environment: PS C:\Users\lgao> get-host
Name : ConsoleHost
Version : 2.0
InstanceId : 91541132-e959-463f-8fea-1835b6a7f383
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : zh-CN
CurrentUICulture : zh-CN
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspace
Reporter: Lin Gao
Assignee: Lin Gao
The following commands cannot be executed:
{code:java}
PS D:\sources\wildfly\dist\target\wildfly-13.0.0.Alpha1-SNAPSHOT> .\bin\jboss-cli.ps1
-c
'-c-Dcom.ibm.jsse2.overrideDefaultTLS=true' is not a valid operation name.
PS D:\sources\wildfly\dist\target\wildfly-13.0.0.Alpha1-SNAPSHOT> .\bin\jboss-cli.ps1
--help
'--help-Dcom.ibm.jsse2.overrideDefaultTLS=true' is not a valid operation name.
{code}