# Copyright (C) 2019 all contributors # License: AGPL-3.0+ # common stuff between -edit, -purge (and maybe -learn in the future) package PublicInbox::AdminEdit; use strict; use warnings; use PublicInbox::Admin; our @OPT = qw(all force|f verbose|v!); 1;