Skip to content

Add -t option to app:import to import only the given tools

Samwilson requested to merge import-single-tool into main

To make it easier during development, it's useful to be able to only import a single tool. This adds a new --tool option to the CLI and also puts the CLI docs into CONTRIBUTING.md (auto-built with a little utility I wrote a while ago).

Merge request reports