AS a command line user, I want to be able to have the output of the command in a JSON format #73
Labels
No labels
blocked
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs tests
question
spike
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
epic
type
investigation
type
story
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
2 participants
Notifications
Total time spent: 20 minutes 3 seconds
Due date
VylpesTester
2 minutes
Vylpes
18 minutes 3 seconds
No due date set.
Depends on
#71 AS a user, I want to have a basic command line interface created
RabbitLabs/random-bunny
Reference: RabbitLabs/random-bunny#73
Loading…
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: #70
Story Points: 3
AS a command line user, I want to be able to have the output of the command in a JSON format
SO THAT I can interact with it in a JSON way, such as in other programs which accept a JSON input
Acceptance Criteria
AS a command line user
GIVEN I want the output to be in JSON
WHEN I run the command with the JSON tag
THEN the output will be in JSON
Subtasks
Notes
-j
Output as JSON optionto AS a command line user, I want to be able to have the output of the command in a JSON formatThis has passed testing, the
-j
and--json
options now change the output to be in JSON when passed