Skip to content

Commit

Permalink
fix(Tool): Change MaxItems to AltCommandLine to -b
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Feb 17, 2024
1 parent 81942f8 commit cfdcfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Propulsion.Tool/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ and [<NoComparison; NoEquality; RequireSubcommand>] ProjectParameters =
| [<AltCommandLine "-g"; Mandatory>] ConsumerGroupName of string
| [<AltCommandLine "-Z"; Unique>] FromTail
| [<AltCommandLine "-F"; Unique>] Follow
| [<AltCommandLine "-m"; Unique>] MaxItems of int
| [<AltCommandLine "-b"; Unique>] MaxItems of int

| [<CliPrefix(CliPrefix.None); Last>] Stats of ParseResults<StatsParameters>
| [<CliPrefix(CliPrefix.None); Last>] Kafka of ParseResults<KafkaParameters>
Expand Down

0 comments on commit cfdcfe3

Please sign in to comment.