Sha256: 061cfc77f631bd266516c51c276cee0013ad31541b24c8909f393e2d7672f366
Contents?: true
Size: 355 Bytes
Versions: 19
Compression:
Stored size: 355 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
19 entries across 19 versions & 1 rubygems