### Summary Figure Threshr cli subcommands for querying store location per supported query params ### Proposed Solution [declaratively register subcommand classes](https://picocli.info/#_registering_subcommands_declaratively) ### Alternative [Use command-annotated methods instead since we use version 4.7+](https://picocli.info/#command-methods) ### Requirements - tests validate the cli can query a store location and nothing more - stores can be queried by any mix of parameters as supported by the underlying api. ### Additional Context  ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](../blob/main/CODE_OF_CONDUCT.md)
Summary
Figure Threshr cli subcommands for querying store location per supported query params
Proposed Solution
declaratively register subcommand classes
Alternative
Use command-annotated methods instead since we use version 4.7+
Requirements
Additional Context
Code of Conduct