Documentation

Lake.CLI.Actions

def Lake.env (cmd : String) (args : Array String := #[]) :
Instances For
    def Lake.exe (name : Lean.Name) (args : Array String := #[]) (buildConfig : BuildConfig := { }) :
    Instances For
      Instances For
        Instances For
          Instances For
            def Lake.Package.test (pkg : Package) (args : List String := []) (buildConfig : BuildConfig := { }) :
            Instances For
              def Lake.Package.lint (pkg : Package) (args : List String := []) (buildConfig : BuildConfig := { }) :
              Instances For
                def Lake.Workspace.evalLeanFile (ws : Workspace) (leanFile : System.FilePath) (moreArgs : Array String := #[]) (buildConfig : BuildConfig := { }) :

                Run lean on file using configuration from the workspace.

                Additional arguments can be passed to lean via moreArgs and the building of dependencies can be further configured via buildConfig.

                Instances For