chore: remove unused --profile flag #5

open
opened by dunkirk.sh targeting main

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

Changed files
-4
crates
tangled-cli
src
-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,