In #6 we added support for opening docs up for a resource. Let's also support opening up docs for a specific verb. (i.e., docs <RESOURCE> <verb> or docs <VERB> <RESOURCE>). I'm not sure which order is better.
Acceptance Criteria
- If there is a docs page for that verb, we should open that up.
i. If not we should return an error and exit with a non zero status.
ii. If that resource is not defined we should error out with a non zero status.
In #6 we added support for opening
docsup for a resource. Let's also support opening up docs for a specific verb. (i.e.,docs <RESOURCE> <verb>ordocs <VERB> <RESOURCE>). I'm not sure which order is better.Acceptance Criteria
i. If not we should return an error and exit with a non zero status.
ii. If that resource is not defined we should error out with a non zero status.