summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-04-28 15:13:10 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-04-28 15:13:10 -0400
commit7a1eef12299f4b030bfb77d9bbb133d0ba2ee674 (patch)
tree61d7008b25e37799318db4030b86f85fc0059275 /src/command.h
parentfix missing newline on single row output (diff)
downloadlazysphere-7a1eef12299f4b030bfb77d9bbb133d0ba2ee674.tar.gz
lazysphere-7a1eef12299f4b030bfb77d9bbb133d0ba2ee674.tar.bz2
lazysphere-7a1eef12299f4b030bfb77d9bbb133d0ba2ee674.zip
add tail
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 4a2c50b..939886d 100644
--- a/src/command.h
+++ b/src/command.h
@@ -17,3 +17,4 @@ COMMAND(print);
COMMAND_EMPTY(groups);
COMMAND_EMPTY(user_id);
COMMAND(ls);
+COMMAND(tail);