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