Merge: doc/commands: introduce INI commands
authorJean Privat <jean@pryen.org>
Wed, 9 May 2018 00:02:42 +0000 (20:02 -0400)
committerJean Privat <jean@pryen.org>
Wed, 9 May 2018 00:02:42 +0000 (20:02 -0400)
commitbf12869180cb85a1eb2960b4e2a78ac93863ab02
treeae44e6f652590dca5638cb633e2c28d239371c89
parent59f7c40dc8571a12153e34a313631269d16510d4
parent4f4abf3f3dcc100672d63a02d082ec94425ca90a
Merge: doc/commands: introduce INI commands

This PR introduces commands related to `package.ini` files:
* `CmdIniDescription`: return the package description from the `package.ini` file
* `CmdIniGitUrl`: return the package Git URL from the `package.ini` file
* `CmdIniCloneCommand`: return the package `git clone` command from the `package.ini` file
* `CmdIniIssuesUrl`: return the package issues URL from the `package.ini` file
* `CmdIniMaintainer`: return the maintainer name from the `package.ini` file
* `CmdIniContributors`: return the contributors list from the `package.ini` file
* `CmdIniLicense`: return the license string from the `package.ini` file
* `CmdLicenseFile` and `CmdLicenseFileContent`: return the LICENSE.md file and its content
* `CmdContribFile` and `CmdContribFileContent`: return the CONTRIBUTING.md file and its content

Pull-Request: #2657
Reviewed-by: Jean Privat <jean@pryen.org>