spetz commented on code in PR #1624:
URL: https://github.com/apache/iggy/pull/1624#discussion_r1997684085
##########
cli/src/args/mod.rs:
##########
@@ -139,6 +141,9 @@ pub(crate) enum Command {
/// partition operations
#[command(subcommand, visible_alias = "p")]
Partition(PartitionAction),
+ /// partition operations
+ #[command(subcommand, visible_alias = "p")]
Review Comment:
Alias seems to be duplicated, seems `s` is already taken by the stream,
maybe `seg` would be ok?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]