blob: 1577ea20d09d716afa47cd6af06aa99c16c40319 (
plain)
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
62
63
64
65
66
67
|
.TH lip 1 "2025-01-01" "lip 0.24.0" "lip User Manual"
.SH NAME
lip \- A general package installer
.SH SYNOPSIS
.B lip
[\fIglobal options\fR] \fBcommands\fR [\fIcommand options\fR] [\fIarguments\fR]...
.SH DESCRIPTION
lip is a general package installer. You can use lip to install packages from any Git repository.
.SH COMMANDS
.TP
\fBcache\fP
Inspect and manage lip's cache.
.TP
\fBconfig\fP
Manage configuration.
.TP
\fBinstall\fP
Install a tooth.
.TP
\fBuninstall\fP
Uninstall a tooth.
.TP
\fBlist\fP
Lists installed teeth.
.TP
\fBshow\fP
Shows information about installed teeth.
.TP
\fBfreeze\fP
Generates specifiers.txt.
.TP
\fBtooth\fP
Maintains a tooth.
.TP
\fBhelp, h\fP
Shows a list of commands or help for one command.
.SH GLOBAL OPTIONS
.TP
\fB--verbose, -v\fP
Shows verbose output.
.TP
\fB--quiet, -q\fP
Shows only errors.
.TP
\fB--no-color\fP
Disable color output.
.TP
\fB--help, -h\fP
Shows the help.
.TP
\fB--verison, -V\fP
Prints the lip version.
.SH BUGS
.TP
Submit bug reports and request features online at:\fP
<\fIhttps://github.com/futrime/lip/issues\fR>
.SH SEE ALSO
.TP
Source at:\fP
<\fIhttps://github.com/futrime/lip\fR>
.TP
Online documentation at:\fP
<\fIhttps://futrime.github.io/lip/\fR>
.SH COPYRIGHT
Copyright 2023 futrime <\fIhttps://github.com/futrime\fR>.
.SH AUTHOR
Written by Huang FTS427 <\fIhttps://github.com/FTS427\fR>.
|