@sprucelabs/spruce-cli
Version:
Command line interface for building Spruce skills.
30 lines (29 loc) • 563 B
TypeScript
declare const _default: {
id: string;
name: string;
description: string;
fields: {
cmd: {
type: "text";
label: string;
};
args: {
type: "text";
label: string;
isArray: true;
};
cwd: {
type: "text";
label: string;
};
stdout: {
type: "text";
label: string;
};
stderr: {
type: "text";
label: string;
};
};
};
export default _default;