-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1812930
commit f3f0724
Showing
13 changed files
with
202 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
complete -c tex-fmt -s t -l tabsize -d 'Number of characters to use as tab size [default: 2]' -r | ||
complete -c tex-fmt -s l -l wraplen -d 'Line length for wrapping [default: 80]' -r | ||
complete -c tex-fmt -s l -l wraplen -d 'Line length for wrapping' -r | ||
complete -c tex-fmt -s t -l tabsize -d 'Number of characters to use as tab size' -r | ||
complete -c tex-fmt -l config -d 'Path to configuration file' -r -F | ||
complete -c tex-fmt -l completion -d 'Generate shell completion script' -r -f -a "{bash\t'',elvish\t'',fish\t'',powershell\t'',zsh\t''}" | ||
complete -c tex-fmt -s c -l check -d 'Check formatting, do not modify files' | ||
complete -c tex-fmt -s p -l print -d 'Print to stdout, do not modify files' | ||
complete -c tex-fmt -s n -l nowrap -d 'Do not wrap long lines' | ||
complete -c tex-fmt -l usetabs -d 'Use tabs instead of spaces for indentation' | ||
complete -c tex-fmt -s s -l stdin -d 'Process stdin as a single file, output to stdout' | ||
complete -c tex-fmt -l noconfig -d 'Do not read any config file' | ||
complete -c tex-fmt -s v -l verbose -d 'Show info messages' | ||
complete -c tex-fmt -s q -l quiet -d 'Hide warning messages' | ||
complete -c tex-fmt -l trace -d 'Show trace messages' | ||
complete -c tex-fmt -s s -l stdin -d 'Process stdin as a single file, output to stdout' | ||
complete -c tex-fmt -l usetabs -d 'Use tabs instead of spaces for indentation' | ||
complete -c tex-fmt -l man -d 'Generate man page' | ||
complete -c tex-fmt -l args -d 'Print arguments passed to tex-fmt and exit' | ||
complete -c tex-fmt -l noconfig -d 'Do not read any config file' | ||
complete -c tex-fmt -s h -l help -d 'Print help' | ||
complete -c tex-fmt -s V -l version -d 'Print version' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
.ie \n(.g .ds Aq \(aq | ||
.el .ds Aq ' | ||
.TH tex-fmt 1 "tex-fmt " | ||
.TH tex-fmt 1 "tex-fmt 0.4.7" | ||
.SH NAME | ||
tex\-fmt \- An extremely fast LaTeX formatter written in Rust | ||
tex\-fmt \- LaTeX formatter written in Rust | ||
.SH SYNOPSIS | ||
\fBtex\-fmt\fR [\fB\-c\fR|\fB\-\-check\fR] [\fB\-p\fR|\fB\-\-print\fR] [\fB\-n\fR|\fB\-\-nowrap\fR] [\fB\-v\fR|\fB\-\-verbose\fR] [\fB\-q\fR|\fB\-\-quiet\fR] [\fB\-\-trace\fR] [\fB\-s\fR|\fB\-\-stdin\fR] [\fB\-t\fR|\fB\-\-tabsize\fR] [\fB\-\-usetabs\fR] [\fB\-l\fR|\fB\-\-wraplen\fR] [\fB\-\-config\fR] [\fB\-\-completion\fR] [\fB\-\-man\fR] [\fB\-\-args\fR] [\fB\-\-noconfig\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fIfiles\fR] | ||
\fBtex\-fmt\fR [\fB\-c\fR|\fB\-\-check\fR] [\fB\-p\fR|\fB\-\-print\fR] [\fB\-n\fR|\fB\-\-nowrap\fR] [\fB\-l\fR|\fB\-\-wraplen\fR] [\fB\-t\fR|\fB\-\-tabsize\fR] [\fB\-\-usetabs\fR] [\fB\-s\fR|\fB\-\-stdin\fR] [\fB\-\-config\fR] [\fB\-\-noconfig\fR] [\fB\-v\fR|\fB\-\-verbose\fR] [\fB\-q\fR|\fB\-\-quiet\fR] [\fB\-\-trace\fR] [\fB\-\-completion\fR] [\fB\-\-man\fR] [\fB\-\-args\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fIfiles\fR] | ||
.SH DESCRIPTION | ||
An extremely fast LaTeX formatter written in Rust | ||
LaTeX formatter written in Rust | ||
.SH OPTIONS | ||
.TP | ||
\fB\-c\fR, \fB\-\-check\fR | ||
|
@@ -18,29 +18,32 @@ Print to stdout, do not modify files | |
\fB\-n\fR, \fB\-\-nowrap\fR | ||
Do not wrap long lines | ||
.TP | ||
\fB\-v\fR, \fB\-\-verbose\fR | ||
Show info messages | ||
\fB\-l\fR, \fB\-\-wraplen\fR [default: 80] | ||
Line length for wrapping | ||
.TP | ||
\fB\-q\fR, \fB\-\-quiet\fR | ||
Hide warning messages | ||
\fB\-t\fR, \fB\-\-tabsize\fR [default: 2] | ||
Number of characters to use as tab size | ||
.TP | ||
\fB\-\-trace\fR | ||
Show trace messages | ||
\fB\-\-usetabs\fR | ||
Use tabs instead of spaces for indentation | ||
.TP | ||
\fB\-s\fR, \fB\-\-stdin\fR | ||
Process stdin as a single file, output to stdout | ||
.TP | ||
\fB\-t\fR, \fB\-\-tabsize\fR | ||
Number of characters to use as tab size [default: 2] | ||
\fB\-\-config\fR | ||
Path to configuration file | ||
.TP | ||
\fB\-\-usetabs\fR | ||
Use tabs instead of spaces for indentation | ||
\fB\-\-noconfig\fR | ||
Do not read any config file | ||
.TP | ||
\fB\-l\fR, \fB\-\-wraplen\fR | ||
Line length for wrapping [default: 80] | ||
\fB\-v\fR, \fB\-\-verbose\fR | ||
Show info messages | ||
.TP | ||
\fB\-\-config\fR | ||
Path to configuration file | ||
\fB\-q\fR, \fB\-\-quiet\fR | ||
Hide warning messages | ||
.TP | ||
\fB\-\-trace\fR | ||
Show trace messages | ||
.TP | ||
\fB\-\-completion\fR=\fIshell\fR | ||
Generate shell completion script | ||
|
@@ -55,13 +58,15 @@ Generate man page | |
\fB\-\-args\fR | ||
Print arguments passed to tex\-fmt and exit | ||
.TP | ||
\fB\-\-noconfig\fR | ||
Do not read any config file | ||
.TP | ||
\fB\-h\fR, \fB\-\-help\fR | ||
Print help | ||
.TP | ||
\fB\-V\fR, \fB\-\-version\fR | ||
Print version | ||
.TP | ||
[\fIfiles\fR] | ||
List of files to be formatted | ||
.SH VERSION | ||
v0.4.7 | ||
.SH AUTHORS | ||
William George Underwood, [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.