Skip to content

Commit

Permalink
[#889][#885] (DOC) Update of Picocli Programmatic API documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Dec 1, 2019
1 parent 4138a54 commit 62b437b
Show file tree
Hide file tree
Showing 6 changed files with 155 additions and 1,491 deletions.
4 changes: 2 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Picocli follows [semantic versioning](http://semver.org/).

## <a name="4.1.2-fixes"></a> Fixed issues
[#884] (Bugfix) Built-in `picocli.AutoComplete.GenerateCompletion` (`generate-completion`) subcommand should omit validation of mandatory options in the parent command. Thanks to [Andreas Deininger](https://github.com/deining) for raising this.
[#883] (DOC) Update of Quick Guide . Thanks to [Andreas Deininger](https://github.com/deining) for the pull request.
[#883] (DOC) Update of Quick Guide. Thanks to [Andreas Deininger](https://github.com/deining) for the pull request.
[#889][#885] (DOC) Update of Picocli Programmatic API documentation. Thanks to [Andreas Deininger](https://github.com/deining) for the pull request.

## <a name="4.1.2-deprecated"></a> Deprecations
No features were deprecated in this release.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ task bumpVersion {
fileset(dir: 'docs', includes: 'index.adoc')
fileset(dir: 'docs', includes: 'quick-guide.adoc')
fileset(dir: 'docs', includes: 'autocomplete.adoc')
fileset(dir: 'docs', includes: 'picocli-3.0-programmatic-api.adoc')
fileset(dir: 'docs', includes: 'picocli-programmatic-api.adoc')
}
// Annotation Processor section
ant.replaceregexp(match: ":picocli-codegen:$projectPreviousVersionRegex", replace: ":picocli-codegen:$version", flags: 'g', byline: true, encoding: 'UTF8') {
Expand Down Expand Up @@ -318,7 +318,7 @@ task bumpVersion {
fileset(dir: 'docs', includes: 'index.adoc')
fileset(dir: 'docs', includes: 'quick-guide.adoc')
fileset(dir: 'docs', includes: 'autocomplete.adoc')
fileset(dir: 'docs', includes: 'picocli-3.0-programmatic-api.adoc')
fileset(dir: 'docs', includes: 'picocli-programmatic-api.adoc')
fileset(dir: 'picocli-codegen', includes: 'README.adoc')
}
}
Expand Down
Loading

0 comments on commit 62b437b

Please sign in to comment.