leanprover / elan

The Lean version manager
Apache License 2.0
297 stars 34 forks source link

fix: make command line consistent (part 1) #65

Closed lovettchris closed 2 years ago

lovettchris commented 2 years ago

Note: in order to ensure I do not break the vscode-lean4 extension I will do this in 2 stages. First is to add only new options then I can move vscode extension over to those then later to remove the old options (-NoMenu and -PromptOnError).

Chris Lovett: From your discussion in https://github.com/leanprover/vscode-lean4/pull/151 let me summarize:

Sebastian Ullrich: Okay, that sounds acceptable. Whether the extension should modify the path is a good question. I think people will expect leanto work from their cmdline as well after installation.

lovettchris commented 2 years ago

Thanks, the matching vscode-lean4 PR is here: https://github.com/leanprover/vscode-lean4/pull/158