rgpycrumbs.cli

Attributes

Functions

_get_scripts_in_folder(→ list[str])

Returns a sorted list of script names (without extension) in a folder.

_dispatch(group, script_name, script_args)

Sets up the environment and runs the target script via 'uv run'.

main()

Module Contents

rgpycrumbs.cli.PACKAGE_ROOT[source]
rgpycrumbs.cli._get_scripts_in_folder(folder_name: str) list[str][source]

Returns a sorted list of script names (without extension) in a folder.

rgpycrumbs.cli._dispatch(group: str, script_name: str, script_args: list)[source]

Sets up the environment and runs the target script via ‘uv run’.

rgpycrumbs.cli.main()[source]