mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-19 11:32:18 -06:00
feat: cli v0.2.0
This commit is contained in:
21
lib/help.js
Normal file
21
lib/help.js
Normal file
@@ -0,0 +1,21 @@
|
||||
module.exports = () => {
|
||||
// welcome message
|
||||
console.log(`👋 Welcome to evolution-manager CLI!`)
|
||||
|
||||
// help message
|
||||
console.log(`📋 Available commands:`)
|
||||
console.log(` help`)
|
||||
console.log(` server`)
|
||||
console.log(` - start [--port=9615]`)
|
||||
console.log(` - build`)
|
||||
console.log(` pm2`)
|
||||
console.log(` - setup`)
|
||||
console.log(` - start`)
|
||||
console.log(` - stop`)
|
||||
console.log(` - restart`)
|
||||
console.log(` - delete`)
|
||||
|
||||
|
||||
// spacing
|
||||
console.log(`\n`)
|
||||
}
|
||||
Reference in New Issue
Block a user