zellij_utils/opt/rustwide/workdir/assets/prost/
api.command.rs

1#[allow(clippy::derive_partial_eq_without_eq)]
2#[derive(Clone, PartialEq, ::prost::Message)]
3pub struct Command {
4    #[prost(string, tag = "1")]
5    pub path: ::prost::alloc::string::String,
6    #[prost(string, repeated, tag = "2")]
7    pub args: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
8    #[prost(string, optional, tag = "3")]
9    pub cwd: ::core::option::Option<::prost::alloc::string::String>,
10}