In-reply-to » @lyse Interesting. The yarnd --help currently says (for me):

@abucci@anthony.buc.ci Yep, --open-registrations=false has to also use the equal sign, just like the short form, otherwise it’s activated. At least that’s consistent. But, is has no effect, if the settings.yaml claims something different.

I have the impression that command line flags only take effect the first time you start yarnd. Unless the option has no pendant in the config file, such as -A/--admin-user $user. Since -A is not a boolean, but takes a string, you are free to use a blank or an equal sign…

It’s this package: https://github.com/spf13/pflag?tab=readme-ov-file#command-line-flag-syntax

I also noticed and fixed the typo. 8-)

⤋ Read More