Add cli options for formatting
All checks were successful
Build ptprnt / build (push) Successful in 1m11s

This commit is contained in:
2023-10-19 21:29:09 +02:00
parent 4b96fcfac1
commit 368d8f3599
6 changed files with 88 additions and 26 deletions

View File

@@ -23,7 +23,7 @@
#include "PtouchPrint.hpp"
int main(int argc, char** argv) {
PtouchPrint ptouchprnt(PROJ_VERSION);
ptprnt::PtouchPrint ptouchprnt(PROJ_VERSION);
int ret = ptouchprnt.init(argc, argv);
if (ret != 0) {
return ret;