support docker

This commit is contained in:
Kunal Dabir 2019-07-24 17:29:01 +05:30
parent e9b78acff2
commit b82d650df0
1 changed files with 1 additions and 0 deletions

1
has
View File

@ -120,6 +120,7 @@ __detect(){
gzip|xz|unar|bzip2) __dynamic_detect--version "${command}" ;;
tar|pv) __dynamic_detect--version "${command}" ;;
docker) __dynamic_detect--version "${command}" ;;
## Scripting Language / runtime
ruby|R|python|python3) __dynamic_detect--version "${command}" ;;