add autocompletion for postgrest-watch

This commit is contained in:
monacoremo
2020-12-01 22:13:41 +01:00
committed by Wolfgang Walther
parent de5742fc7d
commit 10a70d4e52
+5
View File
@@ -35,5 +35,10 @@ lib.overrideDerivation postgrest.env (
++ lib.optional memoryTests postgrest.tests.memoryTests
++ lib.optional docker postgrest.docker
++ lib.optional release postgrest.release;
shellHook =
''
complete -c postgrest-watch
'';
}
)