/**
* Internal dependencies
*/
import { program } from './program';
import './commands/bump';
// Start the program
program.parse();