#!/usr/bin/env node
import callSpecmaticCli from './command.line';

callSpecmaticCli();
