// // // todo: Improve the cli by adding some:
// // // - 'store' data when listing or just listing the data
// // // - 'plot' data when listing or just listing the data
// use clap::{Parser, Subcommand};
// use cpal::traits::{DeviceTrait, HostTrait, StreamTrait};
// use dev_utils::app_dt;
// use std::error::Error;
// /// Listeuse ctrlc;
// use std::sync::{
// Arc,
// atomic::{AtomicBool, Ordering},
// };
// use std::time::Duration;