audb-cli 0.1.11

Command-line interface for AuDB database application framework
1
2
3
4
5
6
7
8
9
//! CLI command implementations
//!
//! This module contains the implementation of all CLI commands.

pub mod check;
pub mod deploy;
pub mod dev;
pub mod generate;
pub mod init;