![]() |
![]()
| ![]() |
![]()
NAMEConfig::Model::Lister - List available models and applications VERSIONversion 2.155 SYNOPSISperl -MConfig::Model::Lister -e'print Config::Model::Lister::models;' perl -MConfig::Model::Lister -e'print Config::Model::Lister::applications;' DESCRIPTIONSmall modules to list available models or applications whose config can be edited by cme. This module is designed to be used by bash completion. All functions accept an optional boolean parameter. When true, only the local "lib" dir is scanned. FUNCTIONSavailable_modelsReturns an array of 3 hash refs:
modelsReturns a string with the list of models. applicationsReturns a string with the list of editable applications. AUTHORDominique Dumont COPYRIGHT AND LICENSEThis software is Copyright (c) 2005-2022 by Dominique Dumont. This is free software, licensed under: The GNU Lesser General Public License, Version 2.1, February 1999
|