zellij_utils/opt/rustwide/workdir/assets/prost/api.command.rs
1// This file is @generated by prost-build.
2#[allow(clippy::derive_partial_eq_without_eq)]
3#[derive(Clone, PartialEq, ::prost::Message)]
4pub struct Command {
5 #[prost(string, tag="1")]
6 pub path: ::prost::alloc::string::String,
7 #[prost(string, repeated, tag="2")]
8 pub args: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
9 #[prost(string, optional, tag="3")]
10 pub cwd: ::core::option::Option<::prost::alloc::string::String>,
11}