App-ListLinuxmintReleases
view release on metacpan or search on metacpan
bin/list-linuxmint-releases view on Meta::CPAN
Only return records where the 'code_name' field contains specified text.
=item B<--code-name-in-json>=I<s>
Only return records where the 'code_name' field is in the specified values (JSON-encoded).
See C<--code-name-in>.
=item B<--code-name-in>=I<s@>
Only return records where the 'code_name' field is in the specified values.
Can be specified multiple times.
=item B<--code-name-is>=I<s>
Only return records where the 'code_name' field equals specified value.
=item B<--code-name-isnt>=I<s>
Only return records where the 'code_name' field does not equal specified value.
=item B<--code-name-max>=I<s>
Only return records where the 'code_name' field is less than or equal to specified value.
=item B<--code-name-min>=I<s>
Only return records where the 'code_name' field is greater than or equal to specified value.
=item B<--code-name-not-contains>=I<s>
Only return records where the 'code_name' field does not contain specified text.
=item B<--code-name-not-in-json>=I<s>
Only return records where the 'code_name' field is not in the specified values (JSON-encoded).
See C<--code-name-not-in>.
=item B<--code-name-not-in>=I<s@>
Only return records where the 'code_name' field is not in the specified values.
Can be specified multiple times.
=item B<--code-name-xmax>=I<s>
Only return records where the 'code_name' field is less than specified value.
=item B<--code-name-xmin>=I<s>
Only return records where the 'code_name' field is greater than specified value.
=item B<--code-name>=I<s>
Only return records where the 'code_name' field equals specified value.
=back
=head2 Filtering for eoldate options
=over
=item B<--eoldate-in-json>=I<s>
Only return records where the 'eoldate' field is in the specified values (JSON-encoded).
See C<--eoldate-in>.
=item B<--eoldate-in>=I<s@>
Only return records where the 'eoldate' field is in the specified values.
Can be specified multiple times.
=item B<--eoldate-is>=I<s>
Only return records where the 'eoldate' field equals specified value.
=item B<--eoldate-isnt>=I<s>
Only return records where the 'eoldate' field does not equal specified value.
=item B<--eoldate-max>=I<s>
Only return records where the 'eoldate' field is less than or equal to specified value.
=item B<--eoldate-min>=I<s>
Only return records where the 'eoldate' field is greater than or equal to specified value.
=item B<--eoldate-not-in-json>=I<s>
Only return records where the 'eoldate' field is not in the specified values (JSON-encoded).
See C<--eoldate-not-in>.
=item B<--eoldate-not-in>=I<s@>
Only return records where the 'eoldate' field is not in the specified values.
Can be specified multiple times.
=item B<--eoldate-xmax>=I<s>
Only return records where the 'eoldate' field is less than specified value.
=item B<--eoldate-xmin>=I<s>
Only return records where the 'eoldate' field is greater than specified value.
=item B<--eoldate>=I<s>
Only return records where the 'eoldate' field equals specified value.
=back
=head2 Filtering for linux_version options
=over
=item B<--linux-version-contains>=I<s>
Only return records where the 'linux_version' field contains specified text.
=item B<--linux-version-in-json>=I<s>
Only return records where the 'linux_version' field is in the specified values (JSON-encoded).
See C<--linux-version-in>.
=item B<--linux-version-in>=I<s@>
Only return records where the 'linux_version' field is in the specified values.
Can be specified multiple times.
=item B<--linux-version-is>=I<s>
Only return records where the 'linux_version' field equals specified value.
=item B<--linux-version-isnt>=I<s>
Only return records where the 'linux_version' field does not equal specified value.
=item B<--linux-version-max>=I<s>
Only return records where the 'linux_version' field is less than or equal to specified value.
=item B<--linux-version-min>=I<s>
Only return records where the 'linux_version' field is greater than or equal to specified value.
=item B<--linux-version-not-contains>=I<s>
Only return records where the 'linux_version' field does not contain specified text.
=item B<--linux-version-not-in-json>=I<s>
Only return records where the 'linux_version' field is not in the specified values (JSON-encoded).
See C<--linux-version-not-in>.
=item B<--linux-version-not-in>=I<s@>
Only return records where the 'linux_version' field is not in the specified values.
Can be specified multiple times.
=item B<--linux-version-xmax>=I<s>
Only return records where the 'linux_version' field is less than specified value.
=item B<--linux-version-xmin>=I<s>
bin/list-linuxmint-releases view on Meta::CPAN
line above in your shell to activate immediately.
It is also recommended to install C<shcompgen> (see above).
=head2 other shells
For fish and zsh, install C<shcompgen> as described above.
=head1 ENVIRONMENT
=head2 LIST_LINUXMINT_RELEASES_OPT => str
Specify additional command-line options
=head1 CONFIGURATION FILE
This script can read configuration file, which by default is searched at C<~/.config/list-linuxmint-releases.conf>, C<~/list-linuxmint-releases.conf> or C</etc/list-linuxmint-releases.conf> (can be changed by specifying C<--config-path>). All found f...
To disable searching for configuration files, pass C<--no-config>.
Configuration file is in the format of L<IOD>, which is basically INI with some extra features.
You can put multiple profiles in a single file by using section names like C<[profile=SOMENAME]>. Those sections will only be read if you specify the matching C<--config-profile SOMENAME>.
List of available configuration parameters:
apache_httpd_version (see --apache-httpd-version)
apache_httpd_version.contains (see --apache-httpd-version-contains)
apache_httpd_version.in (see --apache-httpd-version-in)
apache_httpd_version.is (see --apache-httpd-version-is)
apache_httpd_version.isnt (see --apache-httpd-version-isnt)
apache_httpd_version.max (see --apache-httpd-version-max)
apache_httpd_version.min (see --apache-httpd-version-min)
apache_httpd_version.not_contains (see --apache-httpd-version-not-contains)
apache_httpd_version.not_in (see --apache-httpd-version-not-in)
apache_httpd_version.xmax (see --apache-httpd-version-xmax)
apache_httpd_version.xmin (see --apache-httpd-version-xmin)
bash_version (see --bash-version)
bash_version.contains (see --bash-version-contains)
bash_version.in (see --bash-version-in)
bash_version.is (see --bash-version-is)
bash_version.isnt (see --bash-version-isnt)
bash_version.max (see --bash-version-max)
bash_version.min (see --bash-version-min)
bash_version.not_contains (see --bash-version-not-contains)
bash_version.not_in (see --bash-version-not-in)
bash_version.xmax (see --bash-version-xmax)
bash_version.xmin (see --bash-version-xmin)
code_name (see --code-name)
code_name.contains (see --code-name-contains)
code_name.in (see --code-name-in)
code_name.is (see --code-name-is)
code_name.isnt (see --code-name-isnt)
code_name.max (see --code-name-max)
code_name.min (see --code-name-min)
code_name.not_contains (see --code-name-not-contains)
code_name.not_in (see --code-name-not-in)
code_name.xmax (see --code-name-xmax)
code_name.xmin (see --code-name-xmin)
detail (see --detail)
eoldate (see --eoldate)
eoldate.in (see --eoldate-in)
eoldate.is (see --eoldate-is)
eoldate.isnt (see --eoldate-isnt)
eoldate.max (see --eoldate-max)
eoldate.min (see --eoldate-min)
eoldate.not_in (see --eoldate-not-in)
eoldate.xmax (see --eoldate-xmax)
eoldate.xmin (see --eoldate-xmin)
fields (see --field)
format (see --format)
linux_version (see --linux-version)
linux_version.contains (see --linux-version-contains)
linux_version.in (see --linux-version-in)
linux_version.is (see --linux-version-is)
linux_version.isnt (see --linux-version-isnt)
linux_version.max (see --linux-version-max)
linux_version.min (see --linux-version-min)
linux_version.not_contains (see --linux-version-not-contains)
linux_version.not_in (see --linux-version-not-in)
linux_version.xmax (see --linux-version-xmax)
linux_version.xmin (see --linux-version-xmin)
mariadb_version (see --mariadb-version)
mariadb_version.contains (see --mariadb-version-contains)
mariadb_version.in (see --mariadb-version-in)
mariadb_version.is (see --mariadb-version-is)
mariadb_version.isnt (see --mariadb-version-isnt)
mariadb_version.max (see --mariadb-version-max)
mariadb_version.min (see --mariadb-version-min)
mariadb_version.not_contains (see --mariadb-version-not-contains)
mariadb_version.not_in (see --mariadb-version-not-in)
mariadb_version.xmax (see --mariadb-version-xmax)
mariadb_version.xmin (see --mariadb-version-xmin)
mysql_version (see --mysql-version)
mysql_version.contains (see --mysql-version-contains)
mysql_version.in (see --mysql-version-in)
mysql_version.is (see --mysql-version-is)
mysql_version.isnt (see --mysql-version-isnt)
mysql_version.max (see --mysql-version-max)
mysql_version.min (see --mysql-version-min)
mysql_version.not_contains (see --mysql-version-not-contains)
mysql_version.not_in (see --mysql-version-not-in)
mysql_version.xmax (see --mysql-version-xmax)
mysql_version.xmin (see --mysql-version-xmin)
naked_res (see --naked-res)
nginx_version (see --nginx-version)
nginx_version.contains (see --nginx-version-contains)
nginx_version.in (see --nginx-version-in)
nginx_version.is (see --nginx-version-is)
nginx_version.isnt (see --nginx-version-isnt)
nginx_version.max (see --nginx-version-max)
nginx_version.min (see --nginx-version-min)
nginx_version.not_contains (see --nginx-version-not-contains)
nginx_version.not_in (see --nginx-version-not-in)
nginx_version.xmax (see --nginx-version-xmax)
nginx_version.xmin (see --nginx-version-xmin)
perl_version (see --perl-version)
perl_version.contains (see --perl-version-contains)
perl_version.in (see --perl-version-in)
perl_version.is (see --perl-version-is)
perl_version.isnt (see --perl-version-isnt)
perl_version.max (see --perl-version-max)
perl_version.min (see --perl-version-min)
perl_version.not_contains (see --perl-version-not-contains)
perl_version.not_in (see --perl-version-not-in)
perl_version.xmax (see --perl-version-xmax)
perl_version.xmin (see --perl-version-xmin)
php_version (see --php-version)
php_version.contains (see --php-version-contains)
( run in 1.532 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )