orka.cli.parser module

CLI Parser

This module contains the command-line argument parsing logic for the OrKa CLI.

orka.cli.parser.create_parser()[source]

Create and configure the main argument parser.

orka.cli.parser.setup_subcommands(parser)[source]

Set up all subcommands and their arguments.