Sha256: 0cf83968b7b3aa58261a5eb3966cd48dd11f81d586491463621fa81af27bf02c
Contents?: true
Size: 226 Bytes
Versions: 66
Compression:
Stored size: 226 Bytes
Contents
function fallback --description 'allow a fallback value for variable' if test (count $argv) = 1 echo $argv else echo $argv[1..-2] end end function bld -d "Run howzit build system" howzit -r (fallback $argv build) end
Version data entries
66 entries across 66 versions & 1 rubygems