NAME

WWW::ARDB::CLI::Cmd::Items - List items command

VERSION

version 0.002

SYNOPSIS

ardb items
ardb items --search guitar
ardb items --type weapon
ardb items --rarity legendary

DESCRIPTION

CLI command to list all items from the ARC Raiders Database with optional filtering by name, type, or rarity.

ardb items --search guitar
ardb items -s medkit

Case-insensitive substring search for items by name.

type

ardb items --type weapon
ardb items -t "quick use"

Filter items by type (exact match, case-insensitive).

rarity

ardb items --rarity legendary
ardb items -r epic

Filter items by rarity level (exact match, case-insensitive).

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-ardb/issues.

IRC

You can reach Getty on irc.perl.org for questions and support.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.