We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b44e2 commit 60d5015Copy full SHA for 60d5015
src/commands.c
@@ -5,12 +5,12 @@
5
6
#include "util.h"
7
8
-static const char* quit_matches[] = {"quit"};
+static const char* quit_matches[] = {"quit", "q"};
9
static const char* help_matches[] = {"help", "?"};
10
11
static void print_commands_help() {
12
puts(" Commands available:\n");
13
- puts(" :quit \tExit laco");
+ puts(" :quit, :q \tExit laco");
14
puts(" :help, :? \tDisplay this list of commands");
15
}
16
0 commit comments