Skip to content

Commit d6019eb

Browse files
Update ShellContext.java
1 parent d7355f5 commit d6019eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/mycmd/ShellContext.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ public class ShellContext {
2323

2424
private final Map<String, String> envVars = new HashMap<>();
2525

26+
private Scanner scanner;
27+
2628
public ShellContext() {
2729
this.currentDir = new File(System.getProperty("user.dir"));
2830
this.history = new ArrayList<>();

0 commit comments

Comments
 (0)