UNPKG

bump-cli

Version:

The Bump CLI is used to interact with your API documentation hosted on Bump.sh by using the API of developers.bump.sh

5 lines (4 loc) 356 B
declare const fileArg: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>; declare const otherFileArg: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>; declare const overlayFileArg: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>; export { fileArg, otherFileArg, overlayFileArg };