docs(cli): todo version constraint
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
d4b3791b19
commit
cd868f736b
1 changed files with 1 additions and 0 deletions
|
|
@ -368,6 +368,7 @@ function sem_to_int() {
|
|||
}
|
||||
|
||||
function version_specific_checks() {
|
||||
# TODO: Add support for check till a specific version
|
||||
version=sem_to_int "$1"
|
||||
# check version specific instructions
|
||||
if version -le 1220; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue