-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnvrs.1
72 lines (57 loc) · 1.36 KB
/
nvrs.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
62
63
64
65
66
67
68
69
70
71
72
.\" manpage for nvrs
.TH "nvrs" "1" "January 2025" "" "nvrs manual"
.SH NAME
nvrs \- fast new version checker for software releases 🚦🦀
.SH SYNOPSIS
\fBnvrs [OPTIONS]\fR
.SH DESCRIPTION
nvrs is a new version checker for software releases
.br
nvchecker rewritten in Rust
.SH OPTIONS
.TP
\fB\-c\fR, \fB\-\-cmp\fR
Compare newver with oldver and display differences as updates
.TP
\fB\-t\fR, \fB\-\-take\fR \fI<packages>\fR
Comma-separated list of packages to update automatically (use `ALL` for all)
.TP
\fB\-n\fR, \fB\-\-nuke\fR \fI<packages>\fR
Comma-separated list of packages to delete from the config
.TP
\fB\-\-no\-fail\fR
Don't exit the program on recoverable errors
.TP
\fB\-\-list\-sources\fR
List available sources
.TP
\fB\-\-config\fR \fI<path>\fR
Override path to the config file
Default paths:
.br
\fI~/.config/nvrs.toml\fR
.br
\fI./nvrs.toml\fR
.TP
\fB\-\-copyright\fR
Display copyright information
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help
.TP
\fB\-V\fR, \fB\-\-version\fB
Print version
.SH REPORTING BUGS
since the project is still in active development, you may encounter some issues.
.br
please consider submitting feedback if you do.
.br
https://github.com/adamperkowski/nvrs/issues
.SH COPYRIGHT
Copyright (c) 2025 Adam Perkowski
.br
MIT License
https://opensource.org/license/MIT
.SH AUTHOR
written by Adam Perkowski