ferroclass 0.12.0

Hierarchical inventory management tool (reclass compatible)
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: 2026 Michael Jansen <ferroclass@michael-jansen.biz>
// SPDX-License-Identifier: MPL-2.0

//! CLI argument definitions re-exported from the library crate.

#[allow(unused_imports)]
pub use ferroclass::cli::reclass_ansible::{
    AnsibleOptions, Cli, CommandOptions, OutputOptions, StorageOptions,
};