From 684cf7fb538ed2a42a20f49fdf99d61aa9592639 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Sat, 1 Nov 2025 21:46:44 -0400 Subject: [PATCH] update help and man --- src/yait.c | 3 --- yait.1 | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 yait.1 diff --git a/src/yait.c b/src/yait.c index 64a0e54..98e10b3 100644 --- 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 new file mode 100644 index 0000000..16abec9 --- /dev/null +++ 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.