Repository URL to install this package:
|
Version:
0.6.0 ▾
|
import { Argument, Command, Group } from './type';
export declare function suggest(line: string, offset: number, entries: (Command | Group)[], globalOptions: Argument[], pathResolver: (string: string) => Promise<string[]>, trailing: string): Promise<string[]>;