@@ -84,22 +84,24 @@ bin2cpp --help
8484bin2cpp --version
8585```
8686
87- | Argument | Description |
88- | ----------------------| ------------------------------------------------------------------------------------------------------------|
89- | --help | Display this help message. |
90- | --version | Display this application version. |
91- | --file=\< path> | Path of the input file used for embedding as a C++ source code. |
92- | --output=\< path> | Output folder where to create generated code. ie: .\generated_files |
93- | --headerfile=\< name> | File name of the generated C++ Header file. ie: SplashScreen.h |
94- | --generator=\< name> | Name of the generator to use. Possible values are 'segment', 'string' and 'array'. [ default: segment] . |
95- | --encoding=\< name> | Name of the binary to string literal encoding to use. Possible values are 'oct' and 'hex'. [ default: oct] . |
96- | --identifier=\< name> | Identifier of the function name that is used to get an instance of the file. ie: SplashScreen |
97- | --chunksize=\< value> | Size in bytes of each string segments (bytes per row). [ default: 200] . |
98- | --baseclass=\< value> | The name of the interface for embedded files. [ default: File] . |
99- | --namespace=\< value> | The namespace of the generated source code [ default: bin2cpp] . |
100- | --override | Tells bin2cpp to overwrite the destination files. |
101- | --noheader | Do not print program header to standard output. |
102- | --quiet | Do not log any message to standard output. |
87+ | Argument | Description |
88+ | -----------------------| ------------------------------------------------------------------------------------------------------------|
89+ | --help | Display this help message. |
90+ | --version | Display this application version. |
91+ | --file=\< path> | Path of the input file used for embedding as a C++ source code. |
92+ | --output=\< path> | Output folder where to create generated code. ie: .\generated_files |
93+ | --headerfile=\< name> | File name of the generated C++ Header file. ie: SplashScreen.h |
94+ | --generator=\< name> | Name of the generator to use. Possible values are 'segment', 'string' and 'array'. [ default: segment] . |
95+ | --encoding=\< name> | Name of the binary to string literal encoding to use. Possible values are 'oct' and 'hex'. [ default: oct] . |
96+ | --identifier=\< name> | Identifier of the function name that is used to get an instance of the file. ie: SplashScreen |
97+ | --chunksize=\< value> | Size in bytes of each string segments (bytes per row). [ default: 200] . |
98+ | --baseclass=\< value> | The name of the interface for embedded files. [ default: File] . |
99+ | --managerfile=\< name> | File name of the generated C++ Header file for the FileManager class. ie: FileManager.h. |
100+ | --namespace=\< value> | The namespace of the generated source code [ default: bin2cpp] . |
101+ | --usefilemanager | Register the generated file to the FileManager class. [ default: false] . |
102+ | --override | Tells bin2cpp to overwrite the destination files. |
103+ | --noheader | Do not print program header to standard output. |
104+ | --quiet | Do not log any message to standard output. |
103105
104106## Example ##
105107
0 commit comments