Files
oh-my-opencode/dist/hooks/interactive-bash-session/tmux-command-parser.d.ts
T

5 lines
124 B
TypeScript
Raw Normal View History

export declare function parseTmuxCommand(tmuxCommand: string): {
subCommand: string;
sessionName: string | null;
};