AS a user, I want the ability to use calculations in the CLI non-interactively #18
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#18
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 calculate a simple sum quickly while in the terminal without needing the launch the entire application
Acceptance Criteria
GIVEN I am a user
WHEN I run
calculator cli <expression>THEN the result of
<expression>will be outputtedGIVEN I am a user
WHEN I run
calculator cli <expression>AND
<expression>is invalidTHEN the result will be output the error
Subtasks
Notes
1 +,not a sum), divide by zero (5 / 0)CLI non-interactive modeto AS a user, I want the ability to use calculations in the CLI non-interactively