Add new help to the current list
(mut self, help: &str)
| 75 | |
| 76 | /// Add new help to the current list |
| 77 | pub fn add_help(mut self, help: &str) -> Self { |
| 78 | self.helps.push(help.to_owned()); |
| 79 | self |
| 80 | } |
| 81 | |
| 82 | /// Set Docs url |
| 83 | pub fn with_docs(mut self, docs: &str) -> Self { |
no outgoing calls
no test coverage detected