feat: Add --example cli option to show example config file

This commit is contained in:
Wolfgang Walther
2020-12-23 19:39:40 +01:00
committed by Wolfgang Walther
parent 69b459e7b6
commit 2cbe1ba903
2 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ let
run =
checkedShellScript "postgrest-run"
''exec ${cabal-install}/bin/cabal v2-run postgrest ${devCabalOptions} -- "$@"'';
''exec ${cabal-install}/bin/cabal v2-run ${devCabalOptions} --verbose=0 -- postgrest "$@"'';
clean =
checkedShellScript "postgrest-clean"