Skip to content

compile

compile

compile(stream: Stream, auto_fix: bool = True) -> list[str]

Compile the stream into a list of arguments.

Parameters:

Name Type Description Default
stream Stream

The stream to compile.

required
auto_fix bool

Whether to automatically fix the stream.

True

Returns:

Type Description
list[str]

The list of arguments.