Lasa is a stateless proxy that generates a RSS or an Atom feed from a Standard.site publication. lasa.anhgelus.world
rss atom atprotocol standard-site atproto
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(cli): harmonize print help

+1 -1
+1 -1
cmd/internal/print.go
··· 21 21 fmt.Fprintln(w) 22 22 fmt.Fprintln(w, "Commands:") 23 23 for _, c := range commands { 24 - fmt.Fprintln(w, "\t", c.Name, "\t-\t", c.Usage) 24 + fmt.Fprintln(w, "\t", c.Name, "\t", c.Usage) 25 25 } 26 26 } 27 27 if flags != nil {