cvasl.cli module

Copyright 2023 Netherlands eScience Center and the Amsterdam University Medical Center. Licensed under the Apache License, version 2.0. See LICENSE for details.

This file contains functions for command line processing of images and image derived data.

cvasl.cli.common(parser)

This function defines some arguments that can be called from any command line function to be defined.

cvasl.cli.config_override(override)
cvasl.cli.main(argv)

This runs the parser and subparsers.

cvasl.cli.make_parser()

This is the setting up parser for our CLI.