Rust CLI for tangled
1
fork

Configure Feed

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

chore: remove unused --profile flag

The --profile flag was defined in the CLI but never implemented or used.

💘 Generated with Crush

Assisted-by: Claude Sonnet 4.5 via Crush <crush@charm.land>

-4
-4
crates/tangled-cli/src/cli.rs
··· 7 7 #[arg(long, global = true)] 8 8 pub config: Option<String>, 9 9 10 - /// Use named profile 11 - #[arg(long, global = true)] 12 - pub profile: Option<String>, 13 - 14 10 /// Output format 15 11 #[arg(long, global = true, value_enum, default_value_t = OutputFormat::Table)] 16 12 pub format: OutputFormat,