beets-alternatives
beets-alternatives copied to clipboard
Provide shell completion for 'beet alt' options
The beet completion
command does not output completion code for the beet alt
options (and maybe the subcommands). We can fix this by implementing _get_all_options()
on the Argparser
class properly.
See #39 and #38