import React from 'react'; class Command extends React.Component { render() { const { name, children } = this.props; return (