Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neofetch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
neofetch
Commits
588c3e97
Commit
588c3e97
authored
Dec 14, 2016
by
Dylan Araps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
General: Added --gen-man
parent
d35d9a01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
neofetch
neofetch
+5
-0
neofetch.1
neofetch.1
+5
-0
No files found.
neofetch
View file @
588c3e97
...
@@ -3175,6 +3175,10 @@ OTHER
...
@@ -3175,6 +3175,10 @@ OTHER
-v Display error messages.
-v Display error messages.
-vv Display a verbose log for error reporting.
-vv Display a verbose log for error reporting.
DEVELOPER
--gen-man Generate a manpage for Neofetch in your PWD.
Report bugs to https://github.com/dylanaraps/neofetch/issues
Report bugs to https://github.com/dylanaraps/neofetch/issues
...
@@ -3377,6 +3381,7 @@ get_args() {
...
@@ -3377,6 +3381,7 @@ get_args() {
"-vv"
)
set
-x
;
verbose
=
"on"
;;
"-vv"
)
set
-x
;
verbose
=
"on"
;;
"--help"
)
usage
;;
"--help"
)
usage
;;
"--version"
)
version
;;
"--version"
)
version
;;
"--gen-man"
)
help2man
-N
neofetch
-o
neofetch.1
;
exit
1
;;
esac
esac
shift
shift
...
...
neofetch.1
View file @
588c3e97
...
@@ -260,6 +260,11 @@ Display error messages.
...
@@ -260,6 +260,11 @@ Display error messages.
.TP
.TP
\fB\-vv\fR
\fB\-vv\fR
Display a verbose log for error reporting.
Display a verbose log for error reporting.
.PP
DEVELOPER
.TP
\fB\-\-gen\-man\fR
Generate a manpage for Neofetch in your PWD.
.SH AUTHOR
.SH AUTHOR
Written by Dylan Araps with help from the following people:
Written by Dylan Araps with help from the following people:
.PP
.PP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment