askexperts
Version:
AskExperts SDK: build and use AI experts - ask them questions and pay with bitcoin on an open protocol
14 lines (13 loc) • 368 B
TypeScript
import { Command } from "commander";
/**
* Execute the signup command
*
* @param url The URL of the server to sign up on
*/
export declare function executeSignupCommand(url: string): Promise<void>;
/**
* Register the signup command with the CLI
*
* @param program The commander program
*/
export declare function registerSignupCommand(program: Command): void;