Skip to content

Commit 2342483

Browse files
committed
bump version
1 parent 71aaf30 commit 2342483

File tree

5 files changed

+18
-13
lines changed

5 files changed

+18
-13
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "onefetch"
1010
readme = "README.md"
1111
repository = "https://github.com/o2sh/onefetch"
1212
rust-version = "1.61.0"
13-
version = "2.13.2"
13+
version = "2.14.0"
1414

1515
[workspace]
1616
members = ["image", "manifest"]
@@ -64,6 +64,5 @@ winres = "0.1"
6464
[target.'cfg(windows)'.dependencies]
6565
enable-ansi-support = "0.1.2"
6666

67-
6867
[features]
6968
fail-on-deprecated = []

docs/onefetch.1

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH ONEFETCH "1" "October 2022" "onefetch 2.13.2" "User Commands"
2+
.TH ONEFETCH "1" "November 2022" "onefetch 2.14.0" "User Commands"
33
.SH NAME
4-
onefetch \- manual page for onefetch 2.13.2
4+
onefetch \- manual page for onefetch 2.14.0
55
.SH SYNOPSIS
66
.B onefetch
77
[\fI\,OPTIONS\/\fR] [\fI\,INPUT\/\fR]
@@ -22,7 +22,7 @@ It is possible to pass a generated STRING by command substitution
2222
.IP
2323
For example:
2424
.IP
25-
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)'
25+
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"
2626
.HP
2727
\fB\-a\fR, \fB\-\-ascii\-language\fR <LANGUAGE>
2828
.IP
@@ -65,15 +65,21 @@ Ignores merge commits
6565
.IP
6666
Hides the color palette
6767
.HP
68-
\fB\-n\fR, \fB\-\-number\-of\-authors\fR <NUM>
68+
\fB\-\-number\-of\-authors\fR <NUM>
6969
.IP
70-
NUM of authors to be shown
70+
Maximum NUM of authors to be shown
7171
.IP
7272
[default: 3]
7373
.HP
74+
\fB\-\-number\-of\-languages\fR <NUM>
75+
.IP
76+
Maximum NUM of languages to be shown
77+
.IP
78+
[default: 6]
79+
.HP
7480
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>...
7581
.IP
76-
gnore all files & directories matching EXCLUDE
82+
Ignore all files & directories matching EXCLUDE
7783
.HP
7884
\fB\-\-no\-bots\fR [<REGEX>]
7985
.IP

image/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["o2sh <ossama-hjaji@live.fr>"]
33
name = "onefetch-image"
4-
version = "2.13.2"
4+
version = "2.14.0"
55
edition = "2021"
66
license = "MIT"
77
readme = "README.md"

manifest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["o2sh <ossama-hjaji@live.fr>"]
33
name = "onefetch-manifest"
4-
version = "2.13.2"
4+
version = "2.14.0"
55
edition = "2021"
66
license = "MIT"
77
readme = "README.md"

0 commit comments

Comments
 (0)