summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-04-28 20:32:18 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-04-28 20:32:18 -0400
commita94b5bcd943ff91c90d04000d6896fdaf5070392 (patch)
tree531451b0682e1b63a9b45870258e16e55900d8d1 /src/command.h
parentls tty fix (diff)
downloadlazysphere-a94b5bcd943ff91c90d04000d6896fdaf5070392.tar.gz
lazysphere-a94b5bcd943ff91c90d04000d6896fdaf5070392.tar.bz2
lazysphere-a94b5bcd943ff91c90d04000d6896fdaf5070392.zip
added tail and head
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 939886d..0b7b8ad 100644
--- a/src/command.h
+++ b/src/command.h
@@ -18,3 +18,4 @@ COMMAND_EMPTY(groups);
COMMAND_EMPTY(user_id);
COMMAND(ls);
COMMAND(tail);
+COMMAND(head);