0.2.1: bug fix overwrite mode

This commit is contained in:
2025-08-17 01:00:16 +01:00
parent e4780cf729
commit 5c098cfc98
5 changed files with 10 additions and 6 deletions

View File

@@ -21,9 +21,11 @@ OUTPUT OPTIONS:
--lf Use UNIX-style LF line endings (default)
--crlf Use Windows-style CRLF line endings
--mutable Whether the symbol should not be marked as const
--const Whether the symbol should be marked as const (default)
--constexpr Whether the symbol should be marked as constexpr (C++ mode)
--symname NAME Symbol name
--namespace NAME Namespace in which the symbol will exist
(uses namespace example {} in C++ mode and prepends
@@ -46,5 +48,7 @@ BYTES TYPES FOR ARRAYS:
--u8 C/C++'s (std::)uint8_t type
--i8 C/C++'s (std::)int8_t type
MISCELLANEOUS:
-h | --help Show this help text
-v | --version Print the program's build & version information";