Skip to content

fix: allow hyphen values in launch passthrough args#22

Merged
NicolasGirardot merged 1 commit intomainfrom
fix/allow-hyphen-values-in-launch-args
Mar 19, 2026
Merged

fix: allow hyphen values in launch passthrough args#22
NicolasGirardot merged 1 commit intomainfrom
fix/allow-hyphen-values-in-launch-args

Conversation

@CLEMENTINATOR
Copy link
Member

@CLEMENTINATOR CLEMENTINATOR commented Mar 19, 2026

Summary

  • edgee launch claude --resume <id> was failing with unexpected argument '--resume' found because clap's trailing_var_arg alone doesn't accept values starting with --
  • Adding allow_hyphen_values = true to the arg attribute fixes passthrough of flags like --resume to the claude CLI

Test plan

  • Run edgee launch claude --resume <session-id> and verify it launches correctly
  • Run edgee launch claude without extra args and verify it still works

@CLEMENTINATOR CLEMENTINATOR requested a review from a team as a code owner March 19, 2026 08:23
`edgee launch claude --resume <id>` was failing because clap didn't
allow values starting with `--` to be passed through. Adding
`allow_hyphen_values = true` fixes this.
@CLEMENTINATOR CLEMENTINATOR force-pushed the fix/allow-hyphen-values-in-launch-args branch from e88df6a to a6cdce1 Compare March 19, 2026 08:26
@NicolasGirardot NicolasGirardot merged commit 78cc1c9 into main Mar 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants