()
| 170 | } |
| 171 | |
| 172 | function handleRemove(): string { |
| 173 | removeX402PrivateKey() |
| 174 | return 'Wallet removed and x402 payments disabled.\nPrivate key has been deleted from config.' |
| 175 | } |
| 176 | |
| 177 | export const call: LocalCommandCall = async (args) => { |
| 178 | const subcommand = (args ?? '').trim().split(/\s+/)[0]?.toLowerCase() |
no test coverage detected