global.commandController = {
        'c': configController.configure,
        'd': serviceController.deposit,
        'w': serviceController.withdraw,
        's': serviceController.simpleShift,
        'b': serviceController.viewBalances,
        'rpc': configController.editConfig,
        'walletKey': configController.editConfig,
        'relayUrl': configController.editConfig,
        'r': () => true,
        'exit': process.exit
}