Improved CLI experience

This commit is contained in:
Nikita Tyukalov, ASUS, Linux
2026-03-24 21:04:22 +03:00
parent c8b0a5fe5a
commit 7eaf35ea4c
3 changed files with 46 additions and 10 deletions

View File

@@ -3,6 +3,14 @@
#include <stdbool.h>
/*
* Public data
*/
extern int flag_verbose;
/*
* Public API
*/
// Print usage text.
void print_usage_text();