You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generates a single Python file at `{dir}/{module_id_with_underscores}.py`:
61
+
Generates a single source file at `{dir}/{module_id_with_underscores}.{ext}` using the host language's module definition syntax. Each CLI implementation generates code in its own language:
Generates a source file in a directory structure derived from the prefix. Multi-segment prefixes create nested directories. Each implementation uses its own language syntax.
90
110
91
-
The `CLI_GROUP` line is only emitted when the `module_id` contains a `.` separator.
111
+
The `CLI_GROUP` constant is only emitted when the `module_id` contains a `.` separator. Language-specific syntax:
0 commit comments