Skip to content

Pass options to circup commands without question

Choose a tag to compare

@Neradoc Neradoc released this 15 May 13:04
· 16 commits to main since this release

Options to circup commands are passed as is without error.
Until now you had to escape those with --.
Note that there is no auto-complete or help for the circup options in discotool.

Before:

$ discotool install -- --auto

Now:

$ discotool install --auto