UNPKG

balena-cli

Version:

The official balena Command Line Interface

7 lines (6 loc) 200 B
import { Command } from '@oclif/core'; export default class UtilAvailableDrivesCmd extends Command { static description: string; static offlineCompatible: boolean; run(): Promise<void>; }