NAME

OptArgs2::Cmd - Class for commands in OptArgs2

SYNOPSIS

# Abstract class - inherit only
use OptArgs2::Cmd;
my $cmd = OptArgs2::Cmd->new(
    ...
);

DESCRIPTION

The OptArgs2::Cmd 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.