AS a user, I want to be able to switch between a CLI and GUI mode #17
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#17
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 use both the CLI or GUI mode when I want to, depending on my current use case
Acceptance Criteria
GIVEN I am user
WHEN I run
calculatorwithout any parametersTHEN the GUI will launch by default
GIVEN I am a user
WHEN I run
calculator guiTHEN the GUI will launch
GIVEN I am a user
WHEN I run
calculator cliTHEN the CLI will launch
Subtasks
none
Notes
none
CLI and GUI switcherto AS a user, I want to be able to switch between a CLI and GUI mode