ericjaystevens / ericjaystevens/slashparse
Prompt user for missing required arguments
Open
- Dominant language
- Go
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
If an argument is required we should handle asking the user for it.
```
/print foo
>> foo
/print
> text required, please enter text to repeat:
foo
> foo
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.