Make some fields in CommandResponse public
This commit is contained in:
parent
41e9c197cd
commit
995f1657cd
|
|
@ -27,8 +27,8 @@ pub enum CommandResponse {
|
|||
#[must_use]
|
||||
pub struct CommandResult {
|
||||
success: bool,
|
||||
response: CommandResponse,
|
||||
buffer: EditorBuffer,
|
||||
pub response: CommandResponse,
|
||||
pub buffer: EditorBuffer,
|
||||
}
|
||||
|
||||
impl CommandResult {
|
||||
|
|
|
|||
Loading…
Reference in New Issue