Files
oh-my-opencode/dist/hooks/interactive-bash-session/tmux-command-parser.d.ts
T
2026-03-14 04:56:50 +00:00

5 lines
124 B
TypeScript

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