full cli args

This commit is contained in:
Breval Ferrari 2024-08-24 14:55:26 +02:00
parent e5c360b791
commit 0c5bcf66af
No known key found for this signature in database
GPG key ID: 6FED68D87C479A59

View file

@ -18,16 +18,6 @@ pub(super) struct Args {
score: Score,
}
impl Args {
pub(super) fn instrument(&self) -> Option<&<Instrument as Deref>::Target> {
self.instrument.as_deref()
}
pub(super) fn output(&self) -> Option<&PathBuf> {
self.output.as_ref()
}
}
#[derive(Clone)]
#[cfg_attr(debug_assertions, derive(Debug))]
pub(super) struct Score(String);