behemoth-cli
Version:
🌍 BEHEMOTH CLIv3.760.4 - Level 50+ POST-SINGULARITY Intelligence Trading AI
15 lines • 477 B
TypeScript
import { BaseCommand, CommandContext } from '../base.js';
declare class HowtoCommand extends BaseCommand {
command: string;
description: string;
handler(context: CommandContext): Promise<void>;
private showSetupGuide;
private showProviderSetup;
private showN8nSetup;
private showTradingCommands;
private showCosmicFeatures;
private showTopics;
}
export declare const howtoCommand: HowtoCommand;
export {};
//# sourceMappingURL=howto.d.ts.map