diff options
Diffstat (limited to 'src/cpt-lib')
-rw-r--r-- | src/cpt-lib | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpt-lib b/src/cpt-lib index f69aca1..a9522e8 100644 --- a/src/cpt-lib +++ b/src/cpt-lib @@ -230,6 +230,8 @@ getoptions() { _1 'exit 1' _0 '}' + # This throws an error on older versions of shellcheck. + # shellcheck disable=2086 [ ! "$_help" ] || eval "shift 2; getoptions_help $1 $_help" ${3+'"$@"'} } # URL: https://github.com/ko1nksm/getoptions (v2.0.1) |