wallet-core/packages/taler-wallet-cli/bin/taler-wallet-cli-local.mjs

9 lines
189 B
JavaScript
Raw Normal View History

#!/usr/bin/env node
// Execute the wallet CLI from the source directory.
// This script is meant for testing and must not
// be installed.
import { main } from '../lib/index.js';
main();