UNPKG

appcenter-cli

Version:

Command line tool for Visual Studio App Center

7 lines (6 loc) 331 B
export { Command, CommandArgs } from "./command"; export { AppCommand, getCurrentApp } from "./app-command"; export { shortName, longName, hasArg, position, name, required, defaultValue, help } from "./option-decorators"; export { runner } from "./command-runner"; export * from "./command-result"; export * from "./autocomplete";