Skip to main content

Module cli

Module cli 

Source
Expand description

Command-line interface definitions for XDiff-NG tools.

This module provides the command-line argument parsing structures and utilities for both xdiff and xreq tools using the clap crate. It defines the main command structure, subcommands, and parameter parsing logic.

Structs§

Args
Main command-line arguments structure for XDiff-NG tools.
KeyVal
A key-value pair with a specific type designation.
RunArgs
Arguments for the ‘run’ subcommand.

Enums§

Action
Available subcommands for the CLI application.
KeyValType
Types of key-value parameters that can be specified via command line.

Functions§

parse_key_val
Parses a key-value string into a KeyVal structure.