From 27a30a933a5d1ebcfb4a98d0335fb306f1f6a220 Mon Sep 17 00:00:00 2001 From: PanAeon Date: Tue, 24 Oct 2017 19:08:56 +0100 Subject: [PATCH 1/2] fix sbt help new does not explain how to use sbt new --- .../src/main/scala/sbt/BasicCommandStrings.scala | 10 ++++++++-- .../src/main/scala/sbt/BasicCommands.scala | 14 ++++++++++++-- notes/1.0.3/help-sbt-new.md | 13 +++++++++++++ 3 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 notes/1.0.3/help-sbt-new.md diff --git a/main-command/src/main/scala/sbt/BasicCommandStrings.scala b/main-command/src/main/scala/sbt/BasicCommandStrings.scala index 7d5f120d7..064c8de61 100644 --- a/main-command/src/main/scala/sbt/BasicCommandStrings.scala +++ b/main-command/src/main/scala/sbt/BasicCommandStrings.scala @@ -41,8 +41,14 @@ $HelpCommand def CompletionsBrief = (CompletionsCommand, CompletionsDetailed) def templateBrief = (TemplateCommand, "Creates a new sbt build.") - def templateDetailed = TemplateCommand + """ [--options]