Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --version and --help flags #116

Merged
merged 1 commit into from
Feb 2, 2025
Merged

Add --version and --help flags #116

merged 1 commit into from
Feb 2, 2025

Conversation

jfernandez
Copy link
Contributor

This commit adds the clap crate to bpftop, enabling standardized --version and --help flags. The updated help output now explicitly instructs users to run the command with root privileges (e.g., using sudo).

Closes: #113

This commit adds the clap crate to bpftop, enabling standardized
--version and --help flags. The updated help output now explicitly
instructs users to run the command with root privileges (e.g., using
sudo).

Closes: #113
@jfernandez jfernandez merged commit 7b85339 into main Feb 2, 2025
4 checks passed
@jfernandez jfernandez deleted the version branch February 2, 2025 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add version info support using clap
1 participant