btrbk/contrib
Asbjørn Apeland b618c2dd90 contrib: bash: completion.bash: complete options without =
Currently, option arguments are only completed after =. For example:

	$ btrbk --loglevel=<TAB>
	debug  error  info   trace  warn
	$ btrbk --loglevel <TAB>
	archive   diff      extents   ls        prune     run
	stats     clean     dryrun    list      origin    resume
	snapshot  usage

This commit makes it so that both option styles are recognized:

	$ btrbk --loglevel=<TAB>
	debug  error  info   trace  warn
	$ btrbk --loglevel <TAB>
	debug  error  info   trace  warn

This was the intention all along, but it was implemented incorrectly.
2022-05-29 18:03:36 +02:00
..
bash contrib: bash: completion.bash: complete options without = 2022-05-29 18:03:36 +02:00
cron btrbk-verify: cleanup 2021-09-04 17:15:56 +02:00
crypt documentation: change digint links to https:// 2017-10-11 20:54:41 +02:00
migration change version to 0.26.0 2017-10-12 00:39:06 +02:00
systemd contrib: systemd: btrbk.timer: change install target 2019-10-27 12:24:00 +01:00
tools btrbk_restore_raw.py: add script for restoring raw backups 2021-08-06 23:33:17 +02:00