outfitter
Version:
Command-line tool for equipping your development journey with configurations and fieldguides
11 lines • 563 B
TypeScript
/**
* Lists fieldguides that are either installed locally or available for installation.
*
* Depending on the {@link options.installed} flag, displays either the installed fieldguides or all available fieldguides with their descriptions, highlighting which are installed.
*
* @param options - If `installed` is true, only lists installed fieldguides; otherwise, lists all available fieldguides and their installation status.
*/
export declare function listFieldguides(options: {
installed?: boolean;
}): Promise<void>;
//# sourceMappingURL=list.d.ts.map