[][src]Module yy_boss::cli::input

All input which the cli can receive as Json has their Rust forms defined here.

Structs

CreateCommand

A create command for the Yy to process.

NewResource

This struct describes the new data needed to Add, Replace, or Set a resource in the ResourceCommandType.

ResourceCommand

A resource command, which will allow users to read and write resources into the YypBoss.

Enums

Command

The type of command to give, pertaining to each of the general areas the YyBoss can give.

ResourceCommandType

The command type to run.

UtilityCommand

Utilities for the YypBoss to run. None of these commands will ever return an error.

VfsCommand

The Virtual File System command type to run.