Skip to content

Commit bc98e5c

Browse files
Update types.ts
1 parent 8345790 commit bc98e5c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ export interface ProgramGUIProps {
5151
starts_in_terminal_window?: boolean,
5252
}
5353

54+
// TODO: allow specifying to keep terminal open after run
55+
5456
export type ArgDescriptions = { [key: string]: string | ArgDescriptions }; // any level of nested key:string pairs. each key is a section title, until the innermost object, in which they are pairs of argument name and description.
5557
export interface Program<K = UserspaceKernel> {
5658
// command to execute the program, should ideally match the filename for consistency

0 commit comments

Comments
 (0)