fastlane/lib/assets/completions/completion.fish in fastlane-2.58.0.beta.20170920010003 vs fastlane/lib/assets/completions/completion.fish in fastlane-2.58.0
- old
+ new
@@ -32,6 +32,8 @@
else
set use_command true
end
end
+set commands_string "$commands_string update_fastlane"
+
complete -c fastlane -n '__fish_fastlane_needs_subcommand' -a (string trim $commands_string) -f
\ No newline at end of file