NAME
OptArgs2::CmdBase - Base class for (sub-)commands in OptArgs2
SYNOPSIS
# Abstract class - inherit only
package OptArgs2::Cmd;
use parent 'OptArgs2::CmdBase';
DESCRIPTION
The OptArgs2::CmdBase class is internal to OptArgs2.
AUTHOR
Mark Lawrence <mark@rekudos.net>
LICENSE
Copyright 2016-2025 Mark Lawrence <mark@rekudos.net>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.