@adonisjs/ace
Version:
A CLI framework for Node.js
7 lines (6 loc) • 316 B
TypeScript
import diagnostics_channel from 'node:diagnostics_channel';
import { type CommandExecTracingData } from './types.ts';
/**
* Traces every command execution handled by the {@link Kernel} class.
*/
export declare const commandExec: diagnostics_channel.TracingChannel<"adonisjs.command.exec", CommandExecTracingData>;