iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Module: App

Iniquity App

summary The super cool command line interface to Iniquity.

example Invoking via the shell

iq cli -h

example Invoking via yargs programatically

import CLI from "@iniquitybbs/cli"
const cli: yargs.CommandModule = new CLI()

Table of contents

Classes

Variables

Variables

default

default: yargs.CommandModule

Defined in

iniquity/src/commands/term.ts:99