File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments