Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
shellting / external / shelltings / shelltings-default-master / utils / command_exists.shellting
Size: Mime:
#
# doc:
#   short_help: Checks whether a command exists in the current path.
#
# args:
#   command:
#     doc:
#       short_help: The command to check.
#     type: string
#     required: true
#
# meta:
#   freckles:
#     ignore: true


type "${command}" > /dev/null 2>&1