mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-20 12:02:17 -06:00
add verbose to cli
This commit is contained in:
@@ -11,7 +11,6 @@ const functions = {
|
||||
module.exports = async (argv) => {
|
||||
|
||||
try {
|
||||
|
||||
if (argv._.length === 1) throw new Error('No operation specified')
|
||||
|
||||
const operation = argv._[1]
|
||||
|
||||
Reference in New Issue
Block a user