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

Const default: yargs.CommandModule

Defined in

iniquity/src/commands/term.ts:100