[
https://issues.jboss.org/browse/AS7-2059?page=com.atlassian.jira.plugin.s...
]
Alexey Loubyansky resolved AS7-2059.
------------------------------------
Resolution: Done
This affected only the operation completion, actually, after '-'.
Fixed now. Thanks.
CLI usability: autocompletion clears input on pressing TAB twice
----------------------------------------------------------------
Key: AS7-2059
URL:
https://issues.jboss.org/browse/AS7-2059
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.0.2.Final
Reporter: Radoslav Husar
Assignee: Alexey Loubyansky
Fix For: 7.1.0.Beta1
This is a regression from 7.0.1, present in snapshot.
Lets not reinvent the wheel and lets implement standard console bash-like behavior of
autocompletion.
Steps to reproduce:
# type :add-
# press tab
# press tab one more time
Result:
command line shows ":"
Expected result:
command line behaves like normal shell and leaves ":add-" on the command line
{code}
[disconnected /] connect
Connected to standalone controller at localhost:9999
[standalone@localhost:9999 /] :add-
add-namespace add-schema-location
[standalone@localhost:9999 /] :
add-namespace add-schema-location delete-snapshot
full-replace-deployment
list-snapshots read-attribute read-children-names
read-children-resources
read-children-types read-config-as-xml read-operation-description
read-operation-names
read-resource read-resource-description reload
remove-namespace
remove-schema-location replace-deployment shutdown
take-snapshot
upload-deployment-bytes upload-deployment-stream upload-deployment-url
validate-address
write-attribute
[standalone@localhost:9999 /] :
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira