We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7381a7d commit 7e920e4Copy full SHA for 7e920e4
lib/redmine_cli/tasks/commit.rb
@@ -15,6 +15,11 @@ class Commit < Base
15
16
['fixes', 'closes', 'refs'].each do |method|
17
desc "#{method} [<search>] [-a] [-m <msg>] [-A | -C] [-I]", "Search for issue and commit with #{method}."
18
+ long_desc <<-DOC
19
+ If <search> is present, the command displays a list of issues
20
+ with matching sujects. If no <search> is given, the command
21
+ tries to determine the issue from the current worktime.
22
+ DOC
23
define_method method do |*args|
24
commit(args.first, options.merge(:prefix => method))
25
end
0 commit comments