UNPKG

run-in-container

Version:

CLI to assist running commands inside containers

6 lines (5 loc) 146 B
import { Command } from "@oclif/command"; export default class Init extends Command { static description: string; run(): Promise<void>; }