mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-12 17:20:40 +01:00
Fix inline docs for version.sh lib
This commit is contained in:
parent
e02d0666f3
commit
0309ceb054
@ -14,9 +14,9 @@ bat_version() {
|
||||
|
||||
# Compares two version strings.
|
||||
# Arguments:
|
||||
# 0 -- The version to compare.
|
||||
# 1 -- The comparison operator (same as []).
|
||||
# 2 -- The version to compare with.
|
||||
# 1 -- The version to compare.
|
||||
# 2 -- The comparison operator (same as []).
|
||||
# 3 -- The version to compare with.
|
||||
version_compare() {
|
||||
local version="$1"
|
||||
local compare="$3"
|
||||
|
Loading…
Reference in New Issue
Block a user