NAME
Data::Hopen::G::FilesCmd - Cmd that holds a list of files.
SYNOPSIS
my $node = Data::Hopen::G::FilesCmd(files=>['foo.c'], name=>'foo node');
Used by "files" in Data::Hopen::H.
ATTRIBUTES
files
The files that this Cmd outputs. Intended to be App::hopen::Util::BasedPath instances.
FUNCTIONS
_run
Create App::hopen::Assets for the listed files and add them to the generator's asset graph. See "INTERNALS" in Data::Hopen::Conventions.