import React from 'react'; import CodeSnippet from '../../ui/CodeSnippet'; import {ArgumentsContext} from "types"; type Props = { commandArguments: ArgumentsContext; }; export default function Command({commandArguments} : Props) { return (