MCPcopy Index your code
hub / github.com/dask/dask / cli

Function cli

dask/cli.py:24–26  ·  view source on GitHub ↗

Dask command line interface.

()

Source from the content-addressed store, hash-verified

22@click.group(context_settings=CONTEXT_SETTINGS)
23@click.version_option(__version__)
24def cli():
25 """Dask command line interface."""
26 pass
27
28
29@cli.command()

Callers 1

run_cliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected