Clean up tests and unused documentation code (#5273)

* Delete unused documentation code+test

* Fix up test to account for new select behavior
This commit is contained in:
Reilly Wood
2022-04-21 04:13:58 -07:00
committed by GitHub
parent 7e730e28bb
commit a26272b44b
7 changed files with 19 additions and 199 deletions

View File

@ -54,11 +54,6 @@ impl Command for Help {
example: "help commands",
result: None,
},
Example {
description: "generate documentation",
example: "help generate_docs",
result: None,
},
Example {
description: "show help for single command",
example: "help match",