annotations: add an option to enable config autocompletion in bash
authorAndrea Righi <andrea.righi@canonical.com>
Mon, 5 Dec 2022 16:48:39 +0000 (17:48 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 30 Jan 2023 08:12:28 +0000 (09:12 +0100)
commit7e0b8f1952db0c7882f15e08b2160f0a9f250dcb
treed8eb3bf0cf49ba3c2074f3b22c4daea0c07fdf89
parentadf7893de2335c8eff0bbdf263619f2a0c2b68e6
annotations: add an option to enable config autocompletion in bash

Type `source <(annotations --autocomplete)` to enable auto-completion of
config options (without the CONFIG_ prefix) in bash when running
annotations script commands.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
annotations