commit 684cf7fb538ed2a42a20f49fdf99d61aa9592639
parent 2676826a22bc5cc3338505d4ec2fd4a60561762e
Author: vx-clutch <[email protected]>
Date: Sat, 1 Nov 2025 21:46:44 -0400
update help and man
Diffstat:
2 files changed, 40 insertions(+), 3 deletions(-)
diff --git a/src/yait.c b/src/yait.c
@@ -238,9 +238,6 @@ Generates an opinionated C project.\n",
stdout);
puts("");
fputs("\
- -E Open $EDITOR after project creation\n\
- -q, --quiet Only print required messages\n\
- -f, --force Overwrite existing files\n\
--author=NAME Set the program author (default git username|system username)\n\
--license=LICENSE Set the program license (default BSD)\n",
stdout);
diff --git a/yait.1 b/yait.1
@@ -0,0 +1,40 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
+.TH YAIT "1" "November 2025" "yait beta 211" "User Commands"
+.SH NAME
+yait - An opinionated C project generator
+.SH SYNOPSIS
+.B yait
+[\fI\,OPTION\/\fR]... [\fI\,project-name\/\fR]...
+.SH DESCRIPTION
+Generates an opinionated C project.
+.TP
+\fB\-\-help\fR
+display this help and exit
+.TP
+\fB\-\-version\fR
+display version information and exit
+.TP
+\fB\-\-author\fR=\fI\,NAME\/\fR
+Set the program author (default git username|system username)
+.TP
+\fB\-\-license\fR=\fI\,LICENSE\/\fR
+Set the program license (default BSD)
+.SH "ADDITIONAL INFORMATION"
+.UR https://github.com/gck-org/yait
+.SH COPYRIGHT
+Copyright \(co 2025 GCK.
+.br
+This is free software: you are free to change and redistribute it.
+There is NO WARRNTY, to the extent permitted by law.
+.SH "SEE ALSO"
+The full documentation for
+.B yait
+is maintained as a Texinfo manual. If the
+.B info
+and
+.B yait
+programs are properly installed at your site, the command
+.IP
+.B info yait
+.PP
+should give you access to the complete manual.