Releases: woblerr/pgbackrest-bash-completion
Releases · woblerr/pgbackrest-bash-completion
v0.9
Add completion of parameters depending on the specified --config*
options #8. Fix issue with --repo
for repo-ls
/repo-get
commands. When --repo
flag was specified not last, it wan't used in completion.
Full Changelog: v0.8...v0.9
v0.8
Skip completion for --repo-storage-upload-chunk-size
parameter #7.
Full Changelog: v0.7...v0.8
v0.7
Fix function name for --type
option for info
command #6.
Full Changelog: v0.6...v0.7
v0.6
Synchronization with pgBackRest v2.39
#5 :
- Add completion for
--output
option for verify
command.
- Add completion for
--type
option for info
command.
Full Changelog: v0.5...v0.6
v0.5
Add completion for --buffer-size
commands option #4.
v0.4
Fix --repo
key usage #3:
- When using
--repo
in any command, an addition was executed for the repo-ls
/repo-get
commands. Now the --repo
key is working correctly.
Refactoring:
- For all executed pgBackRest commands
stderr
is sent to /dev/null
. Errors are not needed for completion. They will be displayed when the command is finally executed.
- The binding to significant figures has been removed.
v0.3
- Add support multi repos for
repo-ls
/repo-get
commands via --repo
option #2 .
- Add simple demo.
v0.2
- Add completion for
repo-ls
/repo-get
commands #1 .
- Use
__
prefix for internal functions.
- Specify values for
--output
option.