Files
dl-organizer/src/vlm/commands/__init__.py
T

6 lines
158 B
Python
Raw Normal View History

"""CLI command implementations.
Each module provides *_cmd(ctx, ...) functions that are invoked by cli.py
after Click parses options and passes context.
"""