Add cli options for formatting
All checks were successful
Build ptprnt / build (push) Successful in 1m11s
All checks were successful
Build ptprnt / build (push) Successful in 1m11s
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user