src/Pure/Tools/dotnet_setup.scala
changeset 76462 66a827cf863e
parent 76461 0869eacad310
child 76463 da85bffef443
equal deleted inserted replaced
76461:0869eacad310 76462:66a827cf863e
   164   Download the Dotnet / Fsharp platform and configure it as Isabelle component.
   164   Download the Dotnet / Fsharp platform and configure it as Isabelle component.
   165 
   165 
   166   See also:
   166   See also:
   167     https://fsharp.org
   167     https://fsharp.org
   168     https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script
   168     https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script
   169 
       
   170   Example:
       
   171     isabelle dotnet_setup
       
   172     isabelle dotnet fsi
       
   173 """,
   169 """,
   174           "D:" -> (arg => target_dir = Path.explode(arg)),
   170           "D:" -> (arg => target_dir = Path.explode(arg)),
   175           "I:" -> (arg => install_url = arg),
   171           "I:" -> (arg => install_url = arg),
   176           "V:" -> (arg => version = arg),
   172           "V:" -> (arg => version = arg),
   177           "n" -> (_ => dry_run = true),
   173           "n" -> (_ => dry_run = true),