Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommandHandlerRequire

This interface defines what the expected module.exports variable should be for any defined handlers by an implementing cli.

Hierarchy

  • ICommandHandlerRequire

Index

Properties

Properties

default

In TypeScript, doing an 'export default class' puts the export in exports.default. This takes advantage of TypeScript language constructs and cleans up the code a bit.

Generated using TypeDoc