diff options
author | EuAndreh <eu@euandre.org> | 2022-10-18 23:47:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-18 23:47:52 -0300 |
commit | d7e06589f619e5a7ed5f13a44b69655e26efabac (patch) | |
tree | 43819875ca4cae457b6a2c6cedf4ff4ba05761d1 /bin/x | |
parent | bin/check: Add podchecker to the TODO list (diff) | |
download | dotfiles-d7e06589f619e5a7ed5f13a44b69655e26efabac.tar.gz dotfiles-d7e06589f619e5a7ed5f13a44b69655e26efabac.tar.xz |
bin/x: Add WIP manpage in POD
Diffstat (limited to 'bin/x')
-rwxr-xr-x | bin/x | 74 |
1 files changed, 49 insertions, 25 deletions
@@ -106,34 +106,58 @@ for (@ARGV) { exit status_for(system @CMD); -# FIXME: implement manpage in pod __END__ -.TH x 1 1970-01-01 "x latest" "x user manual" - - -.SH NAME - -x - chain shell commands without creating a subshell. - - -.SH SYNOPSYS -\fBx\fR [\fIOPTIONS\fR] COMMAND... [ \fI'&&'\fR / \fI'||'\fR / \fI'|'\fR ] COMMAND... +=head1 NAME +z - automatically uncompress arguments to other commands -.SH DESCRIPTION +=head1 SYNOPSYS -\fBx\fR is a \m[blue]\fBtool\fP\m[], from -.pdfhref W -D https://euandre.org/ -- The best website ever -. - - -.SH OPTIONS - -.TP -\fB-h\fR, \fB--help\fR -Show help text. - - -.SH OPERATORS +z COMMAND FILE... ARGUMENTS... +=cut +# FIXME: implement manpage in pod +# .TH x 1 1970-01-01 "x latest" "x user manual" +# +# +# .SH NAME +# +# x - chain shell commands without creating a subshell. +# +# +# .SH SYNOPSYS +# +# \fBx\fR [\fIOPTIONS\fR] COMMAND... [ \fI'&&'\fR / \fI'||'\fR / \fI'|'\fR ] COMMAND... +# +# +# .SH DESCRIPTION +# +# \fBx\fR is a \m[blue]\fBtool\fP\m[], from +# .pdfhref W -D https://euandre.org/ -- The best website ever +# . +# +# +# .SH OPTIONS +# +# .TP +# \fB-h\fR, \fB--help\fR +# Show help text. +# +# +# .SH OPERATORS +# +# +# =pod +# =head1 Heading Text +# =head2 Heading Text +# =head3 Heading Text +# =head4 Heading Text +# =over indentlevel +# =item stuff +# =back +# =begin format +# =end format +# =for format text... +# =encoding type +# =cut |