# Command Line The `kwneuro` command provides file-based entry points for common one-step workflows. It is meant for quick checks, shell scripts, and interoperability with existing file workflows. For custom pipelines, reusable Python code, and fine-grained resource control, use the Python API directly. ```{eval-rst} .. click:: kwneuro.cli:kwneuro :prog: kwneuro :nested: full ```