firecrown.fctools.list_tools

List all available fctools and their descriptions.

Attributes

app

Functions

main([verbose])

List all available fctools and their descriptions.

Module Contents

firecrown.fctools.list_tools.app
firecrown.fctools.list_tools.main(verbose=typer.Option(False, '--verbose', '-v', help='Show detailed descriptions and usage examples'))[source]

List all available fctools and their descriptions.

This command helps discover what tools are available in the fctools package and provides quick access to their help information.

Tools are automatically discovered by scanning the fctools directory for Python files and extracting their docstrings.

Parameters:

verbose (bool)