Windows CMD Horizontale Linie

// if working on node js
const line = '-'.repeat(process.stdout.columns);

console.log(line)
shahul