Gets the editor command
(&self)
| 96 | |
| 97 | /// Gets the editor command |
| 98 | pub fn editor(&self) -> &str { |
| 99 | &self.editor |
| 100 | } |
| 101 | |
| 102 | /// Gets the terminal type if set |
| 103 | pub fn terminal_type(&self) -> Option<&str> { |
no outgoing calls
no test coverage detected