UNPKG

@contentstack/cli-utilities

Version:

Utilities for contentstack projects

8 lines (7 loc) 321 B
/** * checks the deprecation and prints it * @param {Array} deprecatedFlags flags to be deprecated * @param {String} customMessage [optional] a custom message * @returns flag parser */ export default function (deprecatedFlags?: any[], suggestions?: any[], customMessage?: string): (input: any, command: any) => any;