How do I modify command line help for a built-in gradle task? -
my project's db:reset task acts differently depending on properties pass in, , i'd document in command line help, don't see how replace gradle's db:reset task usage info custom message.
how make print custom message, considering db:reset built-in task?
`gradle --task db:reset`
Comments
Post a Comment