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

getdozer / dozer / 4105700744

pending completion
4105700744

Pull #814

github

GitHub
Merge d70d4d25f into 016b3ada5
Pull Request #814: Bump clap from 4.0.32 to 4.1.4

23457 of 37651 relevant lines covered (62.3%)

44725.4 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

© 2025 Coveralls, Inc