jirust-cli 0.17.5

A CLI tool to interact with Jira
Documentation
1
2
3
4
5
//! Command runners that talk to Jira and configuration backends.
/// Runner for configuration persistence.
pub mod cfg_cmd_runner;
/// Jira runners grouped by resource type.
pub mod jira_cmd_runners;