src/Pure/System/components.scala
changeset 75844 7d27944d7141
parent 75394 42267c650205
child 76122 b8f26c20d3b1
equal deleted inserted replaced
75843:d750ead045a1 75844:7d27944d7141
   316         var update_components_sha1 = false
   316         var update_components_sha1 = false
   317         var force = false
   317         var force = false
   318         var options = Options.init()
   318         var options = Options.init()
   319 
   319 
   320         def show_options: String =
   320         def show_options: String =
   321           cat_lines(relevant_options.map(name => options.options(name).print))
   321           cat_lines(relevant_options.flatMap(options.get).map(_.print))
   322 
   322 
   323         val getopts = Getopts("""
   323         val getopts = Getopts("""
   324 Usage: isabelle build_components [OPTIONS] ARCHIVES... DIRS...
   324 Usage: isabelle build_components [OPTIONS] ARCHIVES... DIRS...
   325 
   325 
   326   Options are:
   326   Options are: