Skip to content

Commit bd5706d

Browse files
committed
feat: add completion for Python service creation
1 parent 03b20a5 commit bd5706d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

completions

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ mu_complete() {
8989
;;
9090
javascript)
9191
;;
92+
python)
93+
;;
9294
*)
93-
COMPREPLY=(`compgen -W "ruby javascript" $word`)
95+
COMPREPLY=(`compgen -W "ruby javascript python" $word`)
9496
;;
9597
esac
9698
;;

0 commit comments

Comments
 (0)