grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
57
fork

Configure Feed

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

feat: add version command to cli

Chad Miller 38e03c94 643445cf

+1
+1
cli/src/main.rs
··· 30 30 #[derive(Parser)] 31 31 #[command(name = "grain")] 32 32 #[command(about = "A CLI for grain.social")] 33 + #[command(version)] 33 34 struct Cli { 34 35 #[command(subcommand)] 35 36 command: Option<Commands>,