sysroot-cleaner/src/args.rs

9 lines
235 B
Rust
Raw Normal View History

2025-01-24 21:54:50 +01:00
// SPDX-FileCopyrightText: Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
// SPDX-License-Identifier: EUPL-1.2
use clap::Parser;
#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
pub struct Args {}