Expand description
JiRust CLI library entry points for parsing arguments and dispatching Jira commands. This crate wires the CLI parsing to the executor layer and exposes helpers used by both the binary and the WebAssembly target.
Modules§
- args
- Command-line argument parsers and command enums. Argument parsing entry point for the CLI commands.
- config
- Configuration helpers used to read and write local settings. Configuration management utilities.
- executors
- Executors responsible for invoking Jira operations. Executors orchestrate CLI arguments and Jira runners.
- runners
- Runners that implement the actual Jira calls. Command runners that talk to Jira and configuration backends.
- utils
- Shared utilities for printing and data handling. Shared utilities for printing, formatting, and changelog handling.
Macros§
- jira_
doc_ std_ field - Macro to generate the Jira document field for a given text value
Functions§
- manage_
config - Manages the loading of the CLI configuration
- process_
command - Processes the command passed to the CLI