UNPKG

@zowe/cli

Version:

Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.

10 lines (9 loc) 227 B
/** * This interface defines the options that can be sent into the USS list files qfunction */ export interface IUSSListOptions { /** * The indicator that we want to show less files */ maxLength?: number; }