NAME

OptArgs2::SubCmd - Class for sub-commands in OptArgs2

SYNOPSIS

use OptArgs2::Cmd;
use OptArgs2::SubCmd;
my $cmd = OptArgs2::Cmd->new( ...)->add_cmd(
    ...
);

DESCRIPTION

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