feat: Add --example cli option to show example config file
This commit is contained in:
committed by
Wolfgang Walther
parent
69b459e7b6
commit
2cbe1ba903
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user