Skip to content

Conversation

@fredberto
Copy link
Contributor

close #112

@gierens gierens added enhancement New feature or request rust Pull requests that update Rust code src cli feat labels Sep 9, 2025
Copy link
Member

@gierens gierens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's good in general there is a catch, though ... Clap does not check at compile time for duplication across different namespaces ... while -R and -T are unique so far, -I and -f are not. Both are also used for the server-state modify command. ... I'm not actually sure how Clap handles such cases if at all. We should probably rename some of the short flags to avoid duplication. Since server-state modify is a very rare command, changing its flags has the least impact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli enhancement New feature or request feat rust Pull requests that update Rust code src

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Global CLI Arguments

2 participants