Subject: | sd help config gives wrong option ticket.show.disable-history |
Date: | Fri, 8 Feb 2013 18:26:43 -0800 |
To: | bug-App-SD [...] rt.cpan.org |
From: | zengargoyle <zengargoyle [...] gmail.com> |
`sd help config` says:
ticket.show.disable-history = 1
Don't display ticket history when running 'sd ticket show'. Can
be overridden by passing the '--with-history' arg to the
command.
The source: App/SD/CLI/Command/Ticket/Show.pm uses
and `sd help search` says:
sd ticket show 1234 --with-history
sd ticket show 1234 -h
Override the ticket.no-implicit-history-display config option if it is
set for this replica. (See 'sd help config' for more info.)
Patch follows.
--- perl5/lib/perl5/App/SD/CLI/Command/Help/Config.pm 2011-04-17
15:43:37.000000000 -0700
+++ Config.pm 2013-02-08 18:25:26.146332237 -0800
@@ -83,7 +83,7 @@
Bug property to group tickets by when displaying lists of tickets. (Can
be any property.)
- ticket.show.disable-history = 1
+ ticket.no-implicit-history-display = 1
Don't display ticket history when running '${cmd}ticket show'. Can
be overridden by passing the '--with-history' arg to the
command.