diff --git a/README.md b/README.md index 2710b2dab..8d60b3a74 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ interactively showing users what options and subcommands are available. ![Picocli Demo help message with ANSI colors](docs/images/picocli.Demo.png?raw=true) #### Releases -* [Releases](https://github.com/remkop/picocli/releases) - latest: 3.0.0-alpha-1 +* [Releases](https://github.com/remkop/picocli/releases) - latest: 3.0.0-alpha-2 +* [Picocli 3.0.0-alpha-1 Release Notes](https://github.com/remkop/picocli/releases/tag/v3.0.0-alpha-1) - note there are some [potential breaking changes](https://github.com/remkop/picocli/releases/tag/v3.0.0-alpha-1#3.0.0-alpha-1-breaking-changes) from prior versions * [Picocli 2.0 Release Notes](https://github.com/remkop/picocli/releases/tag/v2.0.0) - note there are some [potential breaking changes](https://github.com/remkop/picocli/releases/tag/v2.0.0#2.0-breaking-changes) from prior versions #### Documentation @@ -138,35 +139,35 @@ See the [source code](https://github.com/remkop/picocli/blob/master/src/main/jav ### Gradle ``` -compile 'info.picocli:picocli:3.0.0-alpha-1' +compile 'info.picocli:picocli:3.0.0-alpha-2' ``` ### Maven ``` info.picocli picocli - 3.0.0-alpha-1 + 3.0.0-alpha-2 ``` ### Scala SBT ``` -libraryDependencies += "info.picocli" % "picocli" % "3.0.0-alpha-1" +libraryDependencies += "info.picocli" % "picocli" % "3.0.0-alpha-2" ``` ### Ivy ``` - + ``` ### Grape ```groovy @Grapes( - @Grab(group='info.picocli', module='picocli', version='3.0.0-alpha-1') + @Grab(group='info.picocli', module='picocli', version='3.0.0-alpha-2') ) ``` ### Leiningen ``` -[info.picocli/picocli "3.0.0-alpha-1"] +[info.picocli/picocli "3.0.0-alpha-2"] ``` ### Buildr ``` -'info.picocli:picocli:jar:3.0.0-alpha-1' +'info.picocli:picocli:jar:3.0.0-alpha-2' ``` diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a2d798a72..36c3daea2 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,6 @@ # picocli Release Notes -# Picocli 3.0.0-alpha-2 (UNRELEASED) +# Picocli 3.0.0-alpha-2 The picocli community is pleased to announce picocli 3.0.0-alpha-2. This release includes some bug fixes and small enhancements. See [3.0.0-alpha-1](#3.0.0-alpha-1) for recent functional changes. diff --git a/build.gradle b/build.gradle index cff9d17ed..d98966f9a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,11 @@ group 'info.picocli' description 'Annotation-based Java command line parser. Usage help with ANSI styles and colors. Autocomplete. Nested subcommands. Easily included as source to avoid adding a dependency.' -version '3.0.0-alpha-2-SNAPSHOT' +version '3.0.0-alpha-2' // for bumpVersion task -def oldVersion = '3\\.0\\.0-alpha-1' +def oldVersion = '3\\.0\\.0-alpha-2-SNAPSHOT' def oldRevdate = '2018\\-03\\-21' -def revDate = '2018-03-21' +def revDate = '2018-03-27' // for bumpReadmeVersion task def previousReleaseVersion = '3.0.0-alpha-1' diff --git a/docs/announcing-picocli-1.0.html b/docs/announcing-picocli-1.0.html index 6f2f32df1..f8e8b6871 100644 --- a/docs/announcing-picocli-1.0.html +++ b/docs/announcing-picocli-1.0.html @@ -638,7 +638,7 @@

Feedback Welcome

diff --git a/docs/apidocs/allclasses-frame.html b/docs/apidocs/allclasses-frame.html index 8299b69cf..2c2910eae 100644 --- a/docs/apidocs/allclasses-frame.html +++ b/docs/apidocs/allclasses-frame.html @@ -2,49 +2,47 @@ - -All Classes (picocli 3.0.0-alpha-1 API) - + +All Classes (picocli 3.0.0-alpha-2 API) + - -

All Classes

+

All Classes

  • AutoComplete
  • CommandLine
  • CommandLine.AbstractHandler
  • CommandLine.AbstractParseResultHandler
  • -
  • CommandLine.AbstractSimpleParseResultHandler
  • CommandLine.Command
  • CommandLine.DefaultExceptionHandler
  • CommandLine.DuplicateOptionAnnotationsException
  • CommandLine.ExecutionException
  • CommandLine.Help
  • CommandLine.Help.Ansi
  • -
  • CommandLine.Help.Ansi.IStyle
  • +
  • CommandLine.Help.Ansi.IStyle
  • CommandLine.Help.Ansi.Style
  • CommandLine.Help.ColorScheme
  • CommandLine.Help.Column
  • CommandLine.Help.Column.Overflow
  • -
  • CommandLine.Help.IOptionRenderer
  • -
  • CommandLine.Help.IParameterRenderer
  • -
  • CommandLine.Help.IParamLabelRenderer
  • +
  • CommandLine.Help.IOptionRenderer
  • +
  • CommandLine.Help.IParameterRenderer
  • +
  • CommandLine.Help.IParamLabelRenderer
  • CommandLine.Help.Layout
  • CommandLine.Help.TextTable
  • CommandLine.Help.TextTable.Cell
  • CommandLine.Help.Visibility
  • CommandLine.HelpCommand
  • -
  • CommandLine.IExceptionHandler
  • -
  • CommandLine.IExceptionHandler2
  • -
  • CommandLine.IFactory
  • -
  • CommandLine.IHelpCommandInitializable
  • +
  • CommandLine.IExceptionHandler
  • +
  • CommandLine.IExceptionHandler2
  • +
  • CommandLine.IFactory
  • +
  • CommandLine.IHelpCommandInitializable
  • CommandLine.InitializationException
  • -
  • CommandLine.IParseResultHandler
  • -
  • CommandLine.IParseResultHandler2
  • -
  • CommandLine.ITypeConverter
  • -
  • CommandLine.IVersionProvider
  • +
  • CommandLine.IParseResultHandler
  • +
  • CommandLine.IParseResultHandler2
  • +
  • CommandLine.ITypeConverter
  • +
  • CommandLine.IVersionProvider
  • CommandLine.MaxValuesforFieldExceededException
  • CommandLine.MissingParameterException
  • CommandLine.MissingTypeConverterException
  • @@ -52,7 +50,7 @@

    All Classes

  • CommandLine.Model
  • CommandLine.Model.ArgSpec
  • CommandLine.Model.CommandSpec
  • -
  • CommandLine.Model.IBinding
  • +
  • CommandLine.Model.IBinding
  • CommandLine.Model.OptionSpec
  • CommandLine.Model.OptionSpec.Builder
  • CommandLine.Model.ParserSpec
  • diff --git a/docs/apidocs/allclasses-noframe.html b/docs/apidocs/allclasses-noframe.html index d414a0519..04afb8b9b 100644 --- a/docs/apidocs/allclasses-noframe.html +++ b/docs/apidocs/allclasses-noframe.html @@ -2,49 +2,47 @@ - -All Classes (picocli 3.0.0-alpha-1 API) - + +All Classes (picocli 3.0.0-alpha-2 API) + - -

    All Classes

    +

    All Classes

    • AutoComplete
    • CommandLine
    • CommandLine.AbstractHandler
    • CommandLine.AbstractParseResultHandler
    • -
    • CommandLine.AbstractSimpleParseResultHandler
    • CommandLine.Command
    • CommandLine.DefaultExceptionHandler
    • CommandLine.DuplicateOptionAnnotationsException
    • CommandLine.ExecutionException
    • CommandLine.Help
    • CommandLine.Help.Ansi
    • -
    • CommandLine.Help.Ansi.IStyle
    • +
    • CommandLine.Help.Ansi.IStyle
    • CommandLine.Help.Ansi.Style
    • CommandLine.Help.ColorScheme
    • CommandLine.Help.Column
    • CommandLine.Help.Column.Overflow
    • -
    • CommandLine.Help.IOptionRenderer
    • -
    • CommandLine.Help.IParameterRenderer
    • -
    • CommandLine.Help.IParamLabelRenderer
    • +
    • CommandLine.Help.IOptionRenderer
    • +
    • CommandLine.Help.IParameterRenderer
    • +
    • CommandLine.Help.IParamLabelRenderer
    • CommandLine.Help.Layout
    • CommandLine.Help.TextTable
    • CommandLine.Help.TextTable.Cell
    • CommandLine.Help.Visibility
    • CommandLine.HelpCommand
    • -
    • CommandLine.IExceptionHandler
    • -
    • CommandLine.IExceptionHandler2
    • -
    • CommandLine.IFactory
    • -
    • CommandLine.IHelpCommandInitializable
    • +
    • CommandLine.IExceptionHandler
    • +
    • CommandLine.IExceptionHandler2
    • +
    • CommandLine.IFactory
    • +
    • CommandLine.IHelpCommandInitializable
    • CommandLine.InitializationException
    • -
    • CommandLine.IParseResultHandler
    • -
    • CommandLine.IParseResultHandler2
    • -
    • CommandLine.ITypeConverter
    • -
    • CommandLine.IVersionProvider
    • +
    • CommandLine.IParseResultHandler
    • +
    • CommandLine.IParseResultHandler2
    • +
    • CommandLine.ITypeConverter
    • +
    • CommandLine.IVersionProvider
    • CommandLine.MaxValuesforFieldExceededException
    • CommandLine.MissingParameterException
    • CommandLine.MissingTypeConverterException
    • @@ -52,7 +50,7 @@

      All Classes

    • CommandLine.Model
    • CommandLine.Model.ArgSpec
    • CommandLine.Model.CommandSpec
    • -
    • CommandLine.Model.IBinding
    • +
    • CommandLine.Model.IBinding
    • CommandLine.Model.OptionSpec
    • CommandLine.Model.OptionSpec.Builder
    • CommandLine.Model.ParserSpec
    • diff --git a/docs/apidocs/constant-values.html b/docs/apidocs/constant-values.html index c6f34b93b..edb010f9c 100644 --- a/docs/apidocs/constant-values.html +++ b/docs/apidocs/constant-values.html @@ -2,20 +2,15 @@ - -Constant Field Values (picocli 3.0.0-alpha-1 API) - + +Constant Field Values (picocli 3.0.0-alpha-2 API) + - @@ -23,11 +18,9 @@
      JavaScript is disabled on your browser.
      -
      +
      - - - +
      - +
      @@ -81,7 +74,7 @@

      Contents

      picocli.*

      - +
      -
      + -
      +
      - - - +
      - +
      diff --git a/docs/apidocs/overview-tree.html b/docs/apidocs/overview-tree.html index 65cfea876..a06e63613 100644 --- a/docs/apidocs/overview-tree.html +++ b/docs/apidocs/overview-tree.html @@ -2,20 +2,15 @@ - -Class Hierarchy (picocli 3.0.0-alpha-1 API) - + +Class Hierarchy (picocli 3.0.0-alpha-2 API) + - @@ -23,11 +18,9 @@
      JavaScript is disabled on your browser.
      -
      +
      - - - +
      - +

      Hierarchy For All Packages

      -Package Hierarchies: +Package Hierarchies:
      -
      +
      - - - +
      - +
      diff --git a/docs/apidocs/picocli/AutoComplete.html b/docs/apidocs/picocli/AutoComplete.html index 663c228d5..c4454a1c7 100644 --- a/docs/apidocs/picocli/AutoComplete.html +++ b/docs/apidocs/picocli/AutoComplete.html @@ -2,38 +2,25 @@ - -AutoComplete (picocli 3.0.0-alpha-1 API) - + +AutoComplete (picocli 3.0.0-alpha-2 API) + - -
      +
      - - - +