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
···
#[arg(long, global = true)]
pub config: Option<String>,
-
/// Use named profile
-
#[arg(long, global = true)]
-
pub profile: Option<String>,
-
/// Output format
#[arg(long, global = true, value_enum, default_value_t = OutputFormat::Table)]
pub format: OutputFormat,