codeberg_cli/
lib.rs

1
2
3
4
5
6
7
8
9
#![allow(clippy::too_many_arguments)]
#![allow(clippy::needless_update)]

pub mod actions;
pub mod client;
pub mod paths;
pub mod render;
pub mod run;
pub mod types;