nu-command 0.27.1

CLI for nushell
Documentation
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,
}