Skip to content

Commit

Permalink
Update README.md to put in line with corresponding Example.java
Browse files Browse the repository at this point in the history
  • Loading branch information
llzen44 authored and remkop committed Nov 12, 2023
1 parent 42d7fe7 commit a15588b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picocli-shell-jline3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public class Example {
try {
Supplier<Path> workDir = () -> Paths.get(System.getProperty("user.dir"));
// set up JLine built-in commands
Builtins builtins = new Builtins(workDir, null, null);
Builtins builtins = new Builtins(workDir, new ConfigurationPath(workDir.get(), workDir.get()), null);
builtins.rename(Builtins.Command.TTOP, "top");
builtins.alias("zle", "widget");
builtins.alias("bindkey", "keymap");
Expand Down

0 comments on commit a15588b

Please sign in to comment.