reinhardt-admin-cli 0.2.0-rc.1

Command-line tool for Reinhardt project management
Documentation
1
2
3
4
5
6
7
8
9
//! Library entry point for `reinhardt-admin-cli`.
//!
//! Exposes internal modules so they can be invoked from integration tests
//! and (eventually) from other tooling. The actual command-line entry
//! point lives in `src/main.rs`.

#![warn(missing_docs)]

pub mod migrate_v2;