pfetch: Add --version. Closes #47
This commit is contained in:
parent
675814f33e
commit
7503fcc37b
1 changed files with 5 additions and 0 deletions
5
pfetch
5
pfetch
|
@ -1455,6 +1455,11 @@ get_ascii() {
|
|||
}
|
||||
|
||||
main() {
|
||||
[ "$1" = --version ] && {
|
||||
printf 'pfetch 0.7.0\n'
|
||||
exit
|
||||
}
|
||||
|
||||
# Hide 'stderr' unless the first argument is '-v'. This saves
|
||||
# polluting the script with '2>/dev/null'.
|
||||
[ "$1" = -v ] || exec 2>/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue