Sha256: 387de4ea8bf4785a5f82d63ff707b5c92b6cdc9e0fd35c8159dd79c16f42b4a4
Contents?: true
Size: 367 Bytes
Versions: 31
Compression:
Stored size: 367 Bytes
Contents
# Fish Shell command-line completions for <%=ChefCLI::Dist::PRODUCT %> 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
31 entries across 31 versions & 1 rubygems