Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 181 Bytes

File metadata and controls

15 lines (9 loc) · 181 Bytes

dapi project active

Prints the currently active project, or null if none is open.

Input

None.

Output

One JSON value:

{ id: string; name: string } | null