You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
The help command in the inspect tool must be able to print out all necessary data to guide the user to using the tool well.
Most of this will be sort of documentation of the commands, provided through accessible functions.
Final goal:
> help
<-- print all commands -->
> help commandName
<-- print all details about command -->
All non-supported commands must end gracefully with clear errors (aligning with goals of the inspect tool) and display clear instructions on how to proceed based on what the mistake was.
The text was updated successfully, but these errors were encountered:
The help command in the inspect tool must be able to print out all necessary data to guide the user to using the tool well.
Most of this will be sort of documentation of the commands, provided through accessible functions.
Final goal:
All non-supported commands must end gracefully with clear errors (aligning with goals of the inspect tool) and display clear instructions on how to proceed based on what the mistake was.
The text was updated successfully, but these errors were encountered: