Skip to content

Pass options to circup commands without question

Compare
Choose a tag to compare
@Neradoc Neradoc released this 15 May 13:04
· 9 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