populse_mia.cli_args

This module provides command-line argument parsing for the Mia application.

It centralizes the definition and parsing of CLI arguments to avoid duplication and ensure consistency across entry points.

Functions

parse_args()

Parse command-line arguments for the Mia application.

populse_mia.cli_args.parse_args()[source]

Parse command-line arguments for the Mia application.

This function configures and parses command-line arguments for launching the Mia application.

Returns:

(argparse.Namespace) Parsed command-line arguments containing:

  • multi_instance (bool): Whether multiple instances of the application can be launched simultaneously (default: False).