full cli args
This commit is contained in:
parent
e5c360b791
commit
0c5bcf66af
1 changed files with 0 additions and 10 deletions
10
src/cli.rs
10
src/cli.rs
|
@ -18,16 +18,6 @@ pub(super) struct Args {
|
||||||
score: Score,
|
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)]
|
#[derive(Clone)]
|
||||||
#[cfg_attr(debug_assertions, derive(Debug))]
|
#[cfg_attr(debug_assertions, derive(Debug))]
|
||||||
pub(super) struct Score(String);
|
pub(super) struct Score(String);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue