Skip to content

Commit d617533

Browse files
committed
Add the ?help command to the help menu
1 parent 16c0305 commit d617533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ impl Commands {
7373
}
7474

7575
pub(crate) fn menu(&mut self) -> Option<String> {
76+
self.menu.as_mut().map(|menu| *menu += "?help\n");
7677
self.menu.take()
7778
}
7879

0 commit comments

Comments
 (0)