Skip to content

Commit 2814341

Browse files
added nice starter template
1 parent af4e055 commit 2814341

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

cli/bin/visionix.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@ const { getRuntimeConfigPath } = require('./utils/paths');
99
const args = process.argv.slice(2);
1010

1111
if (args.length < 1 || args.includes('--help')) {
12-
console.log(`\nVisionixAI CLI\n\nUsage:\n visionix analyze <video-path>\n\nDescription:\n Streams video, detects presence in zones, triggers responses.\n\nOptions:\n --help Show this help message\n`);
12+
console.log(`
13+
__ ___ _ _ _ ___
14+
\ \ / (_)___(_) ___ _ __ (_)_ __ / \ |_ _|
15+
\ \ / /| / __| |/ _ \| '_ \| \ \/ / / _ \ | |
16+
\ V / | \__ \ | (_) | | | | |> < / ___ \ | |
17+
\_/ |_|___/_|\___/|_| |_|_/_/\_\ /_/ \_\___|
18+
19+
VISIONIX AI CLI
20+
21+
Welcome to Visionix AI's CLI Tool! Welcome to the future without Switches!
22+
`);
1323
process.exit(0);
1424
}
1525

cli/visionix-cli-1.0.6.tgz

-3.77 KB
Binary file not shown.

0 commit comments

Comments
 (0)