bin/commands/completion.rb in doing-2.1.47 vs bin/commands/completion.rb in doing-2.1.48

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true SHELLS = %w[zsh bash fish all].freeze -SHELL_RX = /^(?:[bzf](?:[ai]?sh)?|all)$/i.freeze +SHELL_RX = /^(?:[bzf](?:[ai]?sh)?|fig|all)$/i.freeze # @@completion desc 'Generate shell completion scripts for doing' long_desc 'Generates the necessary scripts to add command line completion to various shells, so typing \'doing\' and hitting tab will offer completions of subcommands and their options.'