]> Sergey Matveev's repositories - public-inbox.git/blob - lib/PublicInbox/AdminEdit.pm
purge: start moving common options to AdminEdit module
[public-inbox.git] / lib / PublicInbox / AdminEdit.pm
1 # Copyright (C) 2019 all contributors <meta@public-inbox.org>
2 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
3
4 # common stuff between -edit, -purge (and maybe -learn in the future)
5 package PublicInbox::AdminEdit;
6 use strict;
7 use warnings;
8 use PublicInbox::Admin;
9 our @OPT = qw(all force|f verbose|v!);
10
11 1;