Documentation

Lake.CLI.Actions

def Lake.env (cmd : String) (args : Array String := #[]) :
Equations
Instances For
    def Lake.exe (name : Lean.Name) (args : Array String := #[]) (buildConfig : BuildConfig := { }) :
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      Instances For
        Equations
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              def Lake.Package.test (pkg : Package) (args : List String := []) (buildConfig : BuildConfig := { }) :
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                def Lake.Package.lint (pkg : Package) (args : List String := []) (buildConfig : BuildConfig := { }) :
                Equations
                • One or more equations did not get rendered due to their size.
                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.

                  Equations
                  Instances For