mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-03-05 00:41:13 +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.
|
# Compares two version strings.
|
||||||
# Arguments:
|
# Arguments:
|
||||||
# 0 -- The version to compare.
|
# 1 -- The version to compare.
|
||||||
# 1 -- The comparison operator (same as []).
|
# 2 -- The comparison operator (same as []).
|
||||||
# 2 -- The version to compare with.
|
# 3 -- The version to compare with.
|
||||||
version_compare() {
|
version_compare() {
|
||||||
local version="$1"
|
local version="$1"
|
||||||
local compare="$3"
|
local compare="$3"
|
||||||
|
Loading…
Reference in New Issue
Block a user