Std.Env

import Std.Env

Source


Functions


args

args (): Unit can Emit String, Fs

Stream the CLI arguments the program was invoked with, including the program name as the first element. Note:

  • The program name as argument 0 is only a convention, it is not guaranteed
  • It is possible for external code to mutate these CLI arguments

source