To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaborator`quit` command
In order to conclude a session
As an end user of htty
I want to issue a command to quit
- Scenarios
-
- quit htty using a command
- quit htty using a command abbreviation
- quit htty using a command alias
- quit htty using an abbreviated command alias
- quit htty using a command
-
- Given
- an htty session
- When
- I type "quit"
- Then
- I should see the goodbye output
- quit htty using a command abbreviation
-
- Given
- an htty session
- When
- I type "qui"
- Then
- I should see the goodbye output
- quit htty using a command alias
-
- Given
- an htty session
- When
- I type "exit"
- Then
- I should see the goodbye output
- quit htty using an abbreviated command alias
-
- Given
- an htty session
- When
- I type "e"
- Then
- I should see the goodbye output
Last published over 7 years ago by njonsson.