danieldelcore / danieldelcore/scriptpal
Should not ask to run previous command if a bookmark is specified from the CLI
Open
- Dominant language
- JavaScript
- Stars
- 13
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
When a bookmark is used directly like so, we should not prompt the user asking if they want to run the previous command
`scriptpal bookmark foo`
Currently
```
scriptpal bookmark foo
✔ Would you like to rerun the previous bookmark command?
echo "foo"
? Which bookmark would you like to run? 🤷♂️ …
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.