• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

getdozer / dozer / 3949552456

pending completion
3949552456

push

github

GitHub
Bump dyn-clone from 1.0.9 to 1.0.10 (#667)

22075 of 32377 relevant lines covered (68.18%)

55453.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/dozer-admin/src/cli/types.rs
1
use clap::{Parser, Subcommand};
2

3
#[derive(Parser, Debug)]
×
4
#[command(author, version, name = "dozer-admin")]
5
#[command(
6
    about = "CLI to interact with dozer-admin components",
7
    long_about = "Dozer admin provide UI to config"
8
)]
9
pub struct Cli {
10
    #[arg(short = 'c', long, default_value = "./dozer-admin-config.yaml")]
11
    pub config_path: String,
×
12

13
    #[arg(short = 'u', long, default_value = "./ui")]
14
    pub ui_path: String,
×
15

16
    #[clap(subcommand)]
17
    pub cmd: Option<Commands>,
18
}
19

20
#[derive(Debug, Subcommand)]
×
21
pub enum Commands {
22
    Start,
23
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc