jaster.cli.infogen

Contains all the utilities for gathering information about a command and its arguments.

Modules

actions
module jaster.cli.infogen.actions

Contains the action functions for arguments.

datatypes
module jaster.cli.infogen.datatypes

The various datatypes provided by infogen.

gen
module jaster.cli.infogen.gen

Templates for generating information about commands.

udas
module jaster.cli.infogen.udas

Contains the UDAs used and recognised by infogen, and any systems built on top of it.

Public Imports

jaster.cli.infogen.datatypes
public import jaster.cli.infogen.datatypes, jaster.cli.infogen.udas, jaster.cli.infogen.gen, jaster.cli.infogen.actions;
Undocumented in source.
jaster.cli.infogen.udas
public import jaster.cli.infogen.datatypes, jaster.cli.infogen.udas, jaster.cli.infogen.gen, jaster.cli.infogen.actions;
Undocumented in source.
jaster.cli.infogen.gen
public import jaster.cli.infogen.datatypes, jaster.cli.infogen.udas, jaster.cli.infogen.gen, jaster.cli.infogen.actions;
Undocumented in source.
jaster.cli.infogen.actions
public import jaster.cli.infogen.datatypes, jaster.cli.infogen.udas, jaster.cli.infogen.gen, jaster.cli.infogen.actions;
Undocumented in source.

Meta