0.2.1: bug fix overwrite mode
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user