diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-04-15 23:22:57 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-04-16 00:41:56 +0200 |
| commit | b1735044d222e7173447d6b72d6bc90085994d32 (patch) | |
| tree | 52b8494020af10496f776b028b1894ad0fd9bfbd /CHANGELOG.md | |
| parent | 2a7d8d3aa4b8b7e345cda70ea0a110bef775d132 (diff) | |
| download | temp-postgres-b1735044d222e7173447d6b72d6bc90085994d32.tar.gz | |
Turn required arguments into optional flags
Thereby add minimal --help option.
This is a breaking change of the command-line interface.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 80fecd8..2cb3874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,11 @@ The format is based on [Keep A Changelog][] and this project adheres to [Semanti * Added experimental Nix flake * Added direnv configuration * Added changelog +* Added minimal `--help` option ### Changed +* Turned required arguments `dbname` and `username` into optional flags `--dbname` resp. `--username` * Ported to Arch Linux * Ported to FreeBSD |