add verbose to cli

This commit is contained in:
Gabriel Pastori
2023-11-30 15:40:52 -03:00
parent fc85a4bce8
commit 3e003725d9
7 changed files with 44 additions and 4 deletions

View File

@@ -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]