[jboss-jira] [JBoss JIRA] (WFCORE-3246) Revisit CLI Ctrl-C handling

Brian Stansberry (JIRA) issues at jboss.org
Tue Sep 5 18:29:00 EDT 2017


Brian Stansberry created WFCORE-3246:
----------------------------------------

             Summary: Revisit CLI Ctrl-C handling
                 Key: WFCORE-3246
                 URL: https://issues.jboss.org/browse/WFCORE-3246
             Project: WildFly Core
          Issue Type: Enhancement
          Components: CLI
            Reporter: Jean-Francois Denise
            Assignee: Jean-Francois Denise


Ctrl-C CLI behaviour (similar to bash):
- If auto-connect is enabled (-c option). If prompt occurs for credentials, typing Ctrl-C should exit the CLI process 
- As soon as we have reached the CLI prompt,Ctrl-C will NOT exit the CLI whatever the use-case.
- Ctrl-C sent to terminal without any command running print a new line and new prompt.
- Ctrl-C sent to terminal with command running interrupts the running command, print a new line and new prompt.
- Ctrl-D sent to terminal without any text typed-in, the CLI exits.
- Ctrl-D sent to terminal with some text typed-in, does nothing.




--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list