Rust CLI for tangled

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

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:krxbvxvis5skq7jj6eot23ul/sh.tangled.repo.pull/3m6d4tqvf6r22
-4
Diff #0
-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,

Submissions

sign up or login to add to the discussion
dunkirk.sh submitted #0
1 commit
expand
e5e84293
chore: remove unused --profile flag
no conflicts, ready to merge