rhtools / vminfo-parser

3 stars 4 forks source link

Bugfix: fix minimum count assumptions #52

Closed stratus-ss closed 1 month ago

stratus-ss commented 1 month ago

fix: remove assumptions from minimum count

Removed the default minimum counts and remove assumptions. Previously if a user set the min count to 0, it would just use the default of 500. Now it sets the minimum count to whatever the user specified

Refs: #42