main
Main CLI entry point for the MADA tools command-line interface.
This module provides the main entry point to the mada-tools CLI tool.
It defines the primary argument parser and integration of all available
subcommands.
main()
Entry point for the MADA tools command-line interface (CLI) operations.
This function sets up the argument parser, handles command-line arguments, initializes logging, and executes the appropriate function based on the provided command. It ensures that the user receives error handling for any exceptions that may occur during command execution.
Source code in src/mada_tools/main.py
parse_args()
Set up the command-line argument parser for the Merlin package.
Returns:
| Type | Description |
|---|---|
Namespace
|
An |