jacek-kurlit / pik

Process Interactive Kill
https://crates.io/crates/pik
MIT License
184 stars 6 forks source link

Add cli arguments to configure the viewport size #78

Closed grouzen closed 1 month ago

grouzen commented 1 month ago

Addresses #75

grouzen commented 1 month ago

I also would like to add validation for the --height parameter to deny setting it to less than 20, but I couldn't find a sane example in the Clap docs.