zsh-completion/_cure in cureutils-1.0.1 vs zsh-completion/_cure in cureutils-1.1.0

- old
+ new

@@ -15,13 +15,14 @@ "precures: Print Precure names" "tr: Translate Precure related parameters." "transform: Replace human_name to precure_name" ) -# bundle exec cure precures -m |bundle exec cure tr [:precure_name:] [:girl_name:] | grep '[[:alnum:]]' | sort | uniq +# ./bin/cure precures -m |./bin/cure tr '[:precure_name:]' '[:girl_name:]' | grep '[[:alnum:]]' | sort | uniq | sed "s/.*/\t'&'/" precure_girl_names=( 'cure_ace' + 'cure_ange' 'cure_aqua' 'cure_beat' 'cure_beauty' 'cure_berry' 'cure_black' @@ -31,10 +32,11 @@ 'cure_custard' 'cure_diamond' 'cure_dream' 'cure_echo' 'cure_egret' + 'cure_etoile' 'cure_felice' 'cure_flora' 'cure_fortune' 'cure_gelato' 'cure_happy' @@ -50,10 +52,11 @@ 'cure_mermaid' 'cure_mint' 'cure_miracle' 'cure_moonlight' 'cure_muse' + 'cure_parfait' 'cure_passion' 'cure_peace' 'cure_peach' 'cure_pine' 'cure_princess' @@ -65,9 +68,10 @@ 'cure_sunshine' 'cure_sword' 'cure_twinkle' 'cure_whip' 'cure_white' + 'cure_yell' 'milky_rose' 'shiny_luminous' ) # ruby -r rubicure -e 'cures = [Cure.magical, Cure.miracle, Cure.felice]; cures.map{|c| c.transform_styles.map{|k, _v| k}}.uniq.each{|v| puts v}'