pretty debug cli
This commit is contained in:
parent
9ff44f5182
commit
1dc5db9bd2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use rodio::{OutputStream, Sink, buffer::SamplesBuffer};
|
||||||
fn main() -> anyhow::Result<()> {
|
fn main() -> anyhow::Result<()> {
|
||||||
env_logger::init();
|
env_logger::init();
|
||||||
let cli = Cli::parse();
|
let cli = Cli::parse();
|
||||||
debug!("options: {cli:?}");
|
debug!("options: {cli:#?}");
|
||||||
use Cli::*;
|
use Cli::*;
|
||||||
match cli {
|
match cli {
|
||||||
Play(opts) => {
|
Play(opts) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue