NAME
App::hopen::G::FilesCmd - Cmd that holds a list of files.
SYNOPSIS
my $node = App::hopen::G::FilesCmd(files=>['foo.c'], name=>'foo node');
Used by "files" in App::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 App::hopen::Conventions.