Skip to content

Commit

Permalink
Added some more state fields that will be needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 1, 2024
1 parent 819c017 commit f01e612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shell/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pub struct State {
pub prompt: String,
pub quit: bool,
pub result: String,
pub source: String,
pub parsed: String,
pub show_banner: bool,
}

Expand Down

0 comments on commit f01e612

Please sign in to comment.