Sha256: 228dbc75797ca43e2f17106cfa786894931582b1ecc0e790865e3ca10be0da31

Contents?: true

Size: 345 Bytes

Versions: 22

Compression:

Stored size: 345 Bytes

Contents

# Fish Shell command-line completions for <%=ChefCLI::Dist::PRODUCT %>

# set a list of all the chef commands in the Ruby chef-cli
set -l chef_commands <%= commands.keys.join(' ') %>;

<% commands.each do |command, desc| -%>
complete -c chef -f -n "not __fish_seen_subcommand_from $chef_commands" -a <%= command %> -d "<%= desc %>";
<% end -%>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
chef-cli-4.0.0 lib/chef-cli/completions/chef.fish.erb
chef-cli-3.1.6 lib/chef-cli/completions/chef.fish.erb