From 1a1f0f176e35d56ee453f5a7aa99bdfaa9352ac9 Mon Sep 17 00:00:00 2001 From: gagdiez Date: Mon, 26 Feb 2024 16:37:50 +0100 Subject: [PATCH] fix: remove [...] from command --- commands/contract/deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/contract/deploy.js b/commands/contract/deploy.js index a5807e4b..1149f26f 100644 --- a/commands/contract/deploy.js +++ b/commands/contract/deploy.js @@ -9,7 +9,7 @@ const inspectResponse = require('../../utils/inspect-response'); const { DEFAULT_NETWORK } = require('../../config'); module.exports = { - command: 'deploy [...]', + command: 'deploy ', desc: 'Deploy a contract to an existing account (optionally initializing it)', builder: (yargs) => yargs .option('wasmFile', {