You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const{ printer }=require('@axiosleo/cli-tool');// Print some string on the console without EOL.printer.print('<some-string>');// Print some string on the console with EOL.printer.println('<some-string>');// Print fixed-length stringsprinter.fixed(content,length=10,fillPosition='l',fill=' ');// Print switchprinter.disable();printer.enable();