alngo / Xhartlet

Xhartlet
MIT License
0 stars 0 forks source link

A simple CLI with "exit" option #6

Closed alngo closed 6 months ago

alngo commented 6 months ago

As a User I need to interact with the application So that I can use the application

Details and Assumptions

Acceptance Criteria

Given an application
When I run the application
Then the application should display a CLI with "exit" option.
Given a running application
And a quit options
When I select the "exit" option
Then the application should quit.