weft GitHub
PR #31 | Fix walletpath option in wallet command |
Example error: ``` $ weft wallet ls --walletpath ./_cfg/_wallets/DigiBank weft wallet ls Lists Application Wallet identities Opciones: --help Muestra ayuda [booleano] -v, --version Muestra número de versión [booleano] -w, --walletpath Path to application wallet [requerido] -c, --compat Set to use the 1.4 wallet format [booleano] [defecto: false] -r, --createwallet Create the wallet if not present [booleano] [defecto: false] -f, --force If the identity is already present, force overwrite it [booleano] [defecto: false] TypeError: The "path" argument must be of type string. Received undefined at new NodeError (node:internal/errors:399:5) at validateString (node:internal/validators:163:11) at Object.resolve (node:path:1102:7) at resolveWalletPath (/opt/homebrew/lib/node_modules/@hyperledger-labs/weft/src/userutils.ts:12:19) at /opt/homebrew/lib/node_modules/@hyperledger-labs/weft/src/cli.ts:267:53 at Generator.next ( Created At 2023-05-01 17:32:22 +0000 UTC </div> |