Inital Commit

This commit is contained in:
vx-clutch
2026-04-22 21:44:48 -04:00
commit 19d543f99d
16 changed files with 290 additions and 0 deletions

26
man/tcpl.1 Normal file
View File

@@ -0,0 +1,26 @@
.TH "TCPL" 1
.SH NAME
\fBtcpl\fR \- test c project layout.
.PP
.SH SYNOPSIS
tcpl [OPTION]...
.PP
.SH DESCRIPTION
`tcpl' greets you in various ways.
.PP
-n, --name=STRING
your name goes here
.PP
--help print this help, then exit
.PP
--version
print version number, then exit
.PP
.SH AUTHOR
Written by vxc <vxclutch@proton.me>
.PP
.SH COPYRIGHT
Copyright © 2026 vxc
This is free software; see the source for copying conditions. There is
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

25
man/tcpl.md Normal file
View File

@@ -0,0 +1,25 @@
# NAME
tcpl - test c project layout.
# SYNOPSIS
tcpl [OPTION]...
# DESCRIPTION
`tcpl' greets you in various ways.
-n, --name=STRING
your name goes here
--help print this help, then exit
--version
print version number, then exit
# AUTHOR
Written by vxc <vxclutch@proton.me>
# COPYRIGHT
Copyright © 2026 vxc
This is free software; see the source for copying conditions. There is
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.