lockc-project / lockc

Making containers more secure with eBPF and Linux Security Modules (LSM)
https://lockc-project.github.io/
Apache License 2.0
213 stars 19 forks source link

Update clap, use `ValueEnum` #232

Closed vadorovsky closed 1 year ago

vadorovsky commented 1 year ago

The way we manually parsed the log level from string is not supported anymore and it's a good opportunity to do it cleaner with enums.