AS a user, I want the ability to use calculations in the CLI interactively #19
Labels
No labels
blocked
duplicate
needs
approval
needs
criteria
needs
estimate
needs
tests
question
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
idea
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RabbitLabs/calculator#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Epic: #16
Estimate: 0
SO THAT I can print a history of my calculations and be able to interact with what I've calculated in this session
Acceptance Criteria
GIVEN I am a user
WHEN I run
calculator cliTHEN I will be entered into the interactive mode
GIVEN I am in the interactive mode
WHEN I enter
quitTHEN the application will exit
GIVEN I am in the interactive mode
WHEN I enter
<expression>THEN the output will be added to the program
AND I will be able to type another expression
GIVEN I am in the interactive mode
WHEN I enter
<expression>AND it is invalid
THEN the output will output the error
AND I will be able to type another expression
Subtasks
Notes
Blocked by #15
CLI interactive modeto AS a user, I want the ability to use calculations in the CLI interactively