neutralinojs / neutralinojs-cli

neu cli for Neutralinojs
https://neutralino.js.org/docs/cli/neu-cli
MIT License
91 stars 56 forks source link

Used console.log instead of figlet #263

Closed viralgupta closed 3 months ago

viralgupta commented 3 months ago

closes #262

Sadaf-A commented 3 months ago

Hey, do you think it is good make sure that the text remains the same? this will add one extra space on the top and will not have a left margin as the figlet text did

viralgupta commented 3 months ago

Hi sadaf, thankyou for pointing out. it did had an extra new line above and below the ascii art which I have removed, but margin of one space on the left is same as figlet. We can also increase or decrease the left margin by removing or adding the \b character from each line

Sadaf-A commented 3 months ago

Hey @viralgupta , It seems like the text is not coming out as expected I think there is an extra space on the first line

shalithasuranga commented 3 months ago

Thanks so much @viralgupta for working on this task. I had to merge #264 instead of this since it doesn't contain visible escape characters..