From: Don Armstrong Date: Fri, 15 Dec 2017 21:52:45 +0000 (-0800) Subject: add skip-missing argument to learn X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=cd753b6ff2dc2b12afa1041a5ec04ef5c691f420 add skip-missing argument to learn --- diff --git a/bin/debbugs-spam b/bin/debbugs-spam index bf130af..d8abcc6 100755 --- a/bin/debbugs-spam +++ b/bin/debbugs-spam @@ -139,6 +139,10 @@ my %subcommands = 'mark-ham' => {function => \&mark_ham, }, 'learn' => {function => \&learn, + arguments => {'skip_missing|skip-missing!' => 0, + }, + defaults => {skip_missing => 0, + }, }, 'help' => {function => sub {pod2usage({verbose => 2});}} );