pub trait IntoArgs { fn into_args(self, command: Command) -> Command; }
Types compatible with command args