Added manual

- Added manual page for ls
- Added manual manager
- More manual pages coming soon
This commit is contained in:
netbenix 2020-08-13 15:08:21 +02:00
parent 023dcf2d3e
commit f77acacd90
6 changed files with 61 additions and 4 deletions

2
main.c
View file

@ -20,7 +20,7 @@
#include "etc/man/man.h"
#define VERSION "0.2.3"
#define VERSION "0.2.4"
#define AUTHOR "netbenix"
bool VER_CHECK_ON_START = true;