update help and man
This commit is contained in:
@@ -238,9 +238,6 @@ Generates an opinionated C project.\n",
|
|||||||
stdout);
|
stdout);
|
||||||
puts("");
|
puts("");
|
||||||
fputs("\
|
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\
|
--author=NAME Set the program author (default git username|system username)\n\
|
||||||
--license=LICENSE Set the program license (default BSD)\n",
|
--license=LICENSE Set the program license (default BSD)\n",
|
||||||
stdout);
|
stdout);
|
||||||
|
|||||||
40
yait.1
Normal file
40
yait.1
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user