Pudu programming language
Menu
API reference

Std.Process.Launch

1 declaration

type

Launch

This declaration introduces a public type.

What it does

How a program is to be started: what runs, its arguments, the variables it

is given, whether it also sees this program's environment, and the directory

it starts in.

A record changed through Launching rather than a call taking five

positional arguments, so a launch reads as what it changes from the default.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.ProcessSearch related declarations