From 2115d01c6543b2ab46b0205287882fc4704d1832 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 11 Jun 2025 06:06:51 +0000 Subject: driver: added the --yaml switch (same as --pretty=yaml). --- src/internal/perk_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/perk_driver_impl.h') diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index 22e7894..5cd0d73 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -20,6 +20,7 @@ enum app_tags { TAG_HELP, TAG_VERSION, TAG_CMD, + TAG_YAML, TAG_PRETTY, TAG_VERBOSE, TAG_CATEGORY, -- cgit v1.2.3