Files
2021-11-29 14:08:48 +01:00

3 lines
85 B
JavaScript

if(process.argv.length >= 3){
console.log('\x1b[36m%s\x1b[0m', process.argv[3])
}