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

getdozer / dozer / 4071639102

pending completion
4071639102

Pull #780

github

GitHub
Merge 6694befe5 into 3a0622c99
Pull Request #780: fix: Clear PK from Projection output

4 of 4 new or added lines in 1 file covered. (100.0%)

24332 of 35774 relevant lines covered (68.02%)

35765.43 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