1 2 3 4 5 6 7
use derive_new::new; use nu_protocol::hir; #[derive(new, Debug)] pub(crate) struct Command { pub(crate) args: hir::Call, }