@oclif/core
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -10,3 +10,3 @@ export type { AlphabetLowercase, AlphabetUppercase } from './alphabet'; | ||
export type { Manifest } from './manifest'; | ||
export type { Arg, BooleanFlag, CustomOptions, Deprecation, Flag, FlagDefinition, OptionFlag } from './parser'; | ||
export type { Arg, ArgInput, BooleanFlag, CustomOptions, Deprecation, Flag, FlagDefinition, FlagInput, Input, OptionFlag, OutputArgs, OutputFlags, ParserOutput, } from './parser'; | ||
export type { LinkedPlugin, OclifConfiguration, PJSON, S3, S3Templates, UserPJSON, UserPlugin } from './pjson'; | ||
@@ -13,0 +13,0 @@ export type { Options, Plugin, PluginOptions } from './plugin'; |
@@ -1,3 +0,4 @@ | ||
import { Input, OutputArgs, OutputFlags, ParserOutput } from '../interfaces/parser'; | ||
import type { Input, OutputArgs, OutputFlags, ParserOutput } from '../interfaces/parser'; | ||
export type { ArgInput, FlagInput, Input, OutputArgs, OutputFlags, ParserOutput } from '../interfaces/parser'; | ||
export { flagUsages } from './help'; | ||
export declare function parse<TFlags extends OutputFlags<any>, BFlags extends OutputFlags<any>, TArgs extends OutputArgs<any>>(argv: string[], options: Input<TFlags, BFlags, TArgs>): Promise<ParserOutput<TFlags, BFlags, TArgs>>; |
{ | ||
"name": "@oclif/core", | ||
"description": "base library for oclif CLIs", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"author": "Salesforce", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/core/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
399648
10063