AS a command line user, I want to be able to change the subreddit the command looks at #75
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: 59 minutes 4 seconds
Due date
VylpesTester
12 minutes
Vylpes
47 minutes 4 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#75
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 change the subreddit the command looks at
SO THAT I can get it to fetch any subreddit I need
Acceptance Criteria
AS a command line user
GIVEN I want to search a specific subreddit
WHEN I supply this in the subreddit tag
THEN the command will search this subreddit
AS a command line user
GIVEN the subreddit I supply doesn't exist
WHEN I run the command
THEN I will receive an error
Subtasks
Notes
--subreddit
Subreddit command line optionto AS a command line user, I want to be able to change the subreddit the command looks atThis has failed testing, running
yarn cli
seems to break. Runningyarn start
does this too.This has passed testing, running with the
-s
and--subreddit
tags changes the subreddit to the one specified.