Skip to content

Commit 910e9bf

Browse files
ascii art
1 parent 34e2b1d commit 910e9bf

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

cli/bin/visionix.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ if (args.length < 1 || args.includes('--help')) {
1919
' \\ V / | \\__ \\ | (_) | | | | |< < / ___ \\ | | ',
2020
' \\_/ |_|___/_|\\___/|_| |_|_|_/\\_\\ /_/ \\_\\___|',
2121
].join('\n');
22-
const description = ' Welcome to the Visionix AI Command Line Interface!\n. Streamline your workflows and leverage AI capabilities seamlessly.';
22+
const description = ' Welcome to the Visionix AI Command Line Interface! Streamline your workflows and leverage AI capabilities seamlessly.';
2323
if (chalk) {
2424
console.log(chalk.cyanBright(asciiArt));
25-
console.log(chalk.bold.magenta('VISIONIX AI CLI\n'));
25+
console.log('\n');
26+
console.log(chalk.bold.magenta(' VISIONIX AI CLI\n'));
2627
console.log(chalk.white(description));
2728
} else {
2829
console.log(asciiArt);
30+
console.log('\n');
2931
console.log(' VISIONIX AI CLI\n');
3032
console.log(description);
3133
}

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visionix/cli",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "Zone-based computer vision CLI for smart automation",
55
"main": "bin/visionix.js",
66
"bin": {

0 commit comments

Comments
 (0)