@@ -67,6 +67,10 @@ func loadCfg() application.Config {
})
flag.Func("mode", "Organizing mode", func(s string) error {
if s == "" {
}
cfg.Mode = application.Mode(s)
if !slices.Contains(application.SupportedModes, cfg.Mode) {
The note is not visible to the blocked user.