-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmdfu.1
61 lines (50 loc) · 847 Bytes
/
cmdfu.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.\" Manpage for cmdfu
.TH man 1 "14 July 2022" "202207211104-git" "cmdfu"
.SH NAME
cmdfu
.SH DESCRIPTION
search command usage examples on commandlinefu.com
.SH SYNOPSIS
cmdfu [options] [command]
.SH OPTIONS
.TP
.B \-\-help
Display the full help.
.TP
.B \-\-version
Display current version.
.TP
.B \-\-config
Create user settings file.
.TP
.B \-\-options
Show all available options.
.TP
.B \-\-dir
Change current directory
.TP
.B \-\-debug
Output debugging information.
.TP
.B \-\-raw
Removes all formatting
.SH EXAMPLES
.TP
.B cmdfu \-\-help
.SH FILES
.TP
.I
~/.config/myscripts/cmdfu/settings.conf
.TP
.I
/usr/local/bin/cmdfu
.SH TODO
Better documentation
.SH LICENSE
WTFPL
.SH BUGS
No known bugs.
.SH REPORTING BUGS
https://github.com/casjay-dotfiles/issues
.SH AUTHOR
Currently maintained by Jason Hempstead <[email protected]>