Removed leftover hack for TOML
This commit is contained in:
parent
76183aa6d1
commit
7770d4b421
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ import Leanpkg2.Cli
|
|||
|
||||
def main (args : List String) : IO UInt32 := do
|
||||
try
|
||||
Lean.initSearchPath none -- HACK
|
||||
let (cmd, outerArgs, innerArgs) ← Leanpkg2.splitCmdlineArgs args
|
||||
Leanpkg2.cli cmd outerArgs innerArgs
|
||||
pure 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue