summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/bin/taler-wallet-cli-local.mjs
blob: 3620330b0c4f52141d031064c3eca89c283894d2 (plain)
1
2
3
4
5
6
7
8
#!/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();