|
|
@ -1,8 +1,8 @@ |
|
|
|
import Head from 'next/head' |
|
|
|
import Head from 'next/head' |
|
|
|
import styles from '../styles/Home.module.css' |
|
|
|
import styles from '../styles/Home.module.css' |
|
|
|
import {OptionInterface} from "../components/option"; |
|
|
|
import {OptionInterface} from "../components/elements/option"; |
|
|
|
import {ArgumentInterface} from "../components/argument"; |
|
|
|
import {ArgumentInterface} from "../components/elements/argument"; |
|
|
|
import Command from "../components/command"; |
|
|
|
import Command from "../components/elements/command"; |
|
|
|
|
|
|
|
|
|
|
|
interface CommandInterface { |
|
|
|
interface CommandInterface { |
|
|
|
class: string, |
|
|
|
class: string, |
|
|
|