#!/usr/bin/env node
export { display, infoIndex, MsgColors } from './printer';
export { repl } from './repl';
import './args';
