diff options
author | midipix <writeonce@midipix.org> | 2025-06-11 06:06:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-11 06:08:05 +0000 |
commit | 2115d01c6543b2ab46b0205287882fc4704d1832 (patch) | |
tree | 89c1330bc9b26796316cee527544391c65f24242 /src/internal | |
parent | 0044bcd283400d4e68b340d9d5aac62f775e677d (diff) | |
download | perk-2115d01c6543b2ab46b0205287882fc4704d1832.tar.bz2 perk-2115d01c6543b2ab46b0205287882fc4704d1832.tar.xz |
driver: added the --yaml switch (same as --pretty=yaml).
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |