Sha256: e724df900ddddf40ef6879a4f8f71e22429f269be86c7124c071e5b9d2342992
Contents?: true
Size: 345 Bytes
Versions: 46
Compression:
Stored size: 345 Bytes
Contents
# Fish Shell command-line completions for ChefDK function __fish_chef_no_command --description 'Test if chef has yet to be given the main command' set -l cmd (commandline -opc) test (count $cmd) -eq 1 end <% commands.each do |command, desc| -%> complete -c chef -f -n '__fish_chef_no_command' -a <%= command %> -d "<%= desc %>" <% end -%>
Version data entries
46 entries across 46 versions & 1 rubygems