CLI app for developers prototyping atproto functionality
1
fork

Configure Feed

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

Remove redundant comment from CLI help

authored by

Jack Grigg and committed by
Tangled
5286165b ffd24f8a

+1 -2
+1 -2
src/commands/test/labeler.rs
··· 64 64 #[arg(long)] 65 65 pub force_self_mint: bool, 66 66 67 - /// Curve to use for self-mint JWTs. Default `es256k` (maximum overlap 68 - /// with real atproto accounts). 67 + /// Curve to use for self-mint JWTs. 69 68 #[arg(long, value_enum, default_value_t = SelfMintCurve::default())] 70 69 pub self_mint_curve: SelfMintCurve, 71 70