From e99de36b4ab5f9f8a331b4a4401204a19c468957 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 9 Jun 2024 00:23:34 +0000 Subject: driver: implemented and integrated the -v (verbose mode) cmdline option. --- src/internal/tpax_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/tpax_driver_impl.h') diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index aa65eed..7054dce 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -36,6 +36,7 @@ extern const struct argv_option tpax_default_options[]; enum app_tags { TAG_HELP, TAG_VERSION, + TAG_VERBOSE, TAG_LIST, TAG_READ, TAG_WRITE, -- cgit v1.2.3