bin/commands/completion.rb in doing-2.1.55 vs bin/commands/completion.rb in doing-2.1.56
- old
+ new
@@ -16,10 +16,10 @@
c.desc 'Deprecated, specify shell as argument to subcommand'
c.flag %i[t type], must_match: SHELL_RX
c.desc 'Generate completion scripts, including custom plugins and command options'
- c.long_desc "Argument specifies which shell to install for: #{SHELLS.join(', ')}"
+ c.long_desc "Argument specifies which shell to generate for: #{SHELLS.join(', ')}"
c.arg_name "[#{SHELLS.join('|')}]"
c.command :generate do |gen|
gen.example 'doing completion generate fish', desc: 'Generate fish completion script and link to autoload directory'
gen.example 'doing completion generate zsh --file ~/.zsh-completions/doing.zsh', desc: 'Generate zsh completion script and save to alternative file'