codeberg-cli 0.5.5

CLI Tool for codeberg similar to gh and glab
Documentation
1
2
3
4
5
use codeberg_cli::run::berg_main;
#[tokio::main]
async fn main() {
    berg_main().await
}