geigerzaehler / beets-alternatives

Beets plugin to manage external files
MIT License
93 stars 21 forks source link

Provide shell completion for 'beet alt' options #40

Open geigerzaehler opened 4 years ago

geigerzaehler commented 4 years ago

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