App-VTide
view release on metacpan or search on metacpan
lib/App/VTide/Command.pm view on Meta::CPAN
=head1 SUBROUTINES/METHODS
=head2 C<new ( %hash )>
See the attributes for the arguments to pass here.
=head2 C<session_dir ( $name )>
Get the session directory for C<$name>.
=head2 C<save_session ( $name, $dir )>
Save the session and directory in the history file if it is configured. If
its not, then the environment variable C<$VTIDE_DIR> is used and failing that
falls back to the current directory. The local C<.vtide.yml> is then loaded
into the config.
=head2 C<env ( $name, $dir, $config )>
Configure the environment variables based on C<$name>, C<$dir> and C<$config>
=head2 C<auto_complete ()>
Default auto-complete action for sub-commands
=head2 C<_dglob ( $glob )>
Gets the files globs from $glob
=head2 C<_globable ( $glob )>
Converts a deep blog (e.g. **/*.js) to a series of perl globs
(e.g. ['*.js', '*/*.js', '*/*/*.js', '*/*/*/*.js'])
=head1 ATTRIBUTES
=head2 C<defaults>
Values from command line arguments
=head2 C<options>
Command line configuration
=head2 C<vtide>
Reference to parent command with configuration object.
=head2 C<history>
History configuration file
=head1 DIAGNOSTICS
=head1 CONFIGURATION AND ENVIRONMENT
=head1 DEPENDENCIES
=head1 INCOMPATIBILITIES
=head1 BUGS AND LIMITATIONS
There are no known bugs in this module.
Please report problems to Ivan Wills (ivan.wills@gmail.com).
Patches are welcome.
=head1 AUTHOR
Ivan Wills - (ivan.wills@gmail.com)
=head1 LICENSE AND COPYRIGHT
Copyright (c) 2016 Ivan Wills (14 Mullion Close, Hornsby Heights, NSW Australia 2077).
All rights reserved.
This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself. See L<perlartistic>. This program is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
=cut
( run in 0.678 second using v1.01-cache-2.11-cpan-39bf76dae61 )