Not sure what I am doing wrong but I cannot seem to get jooby-cli 2.9.2 setup.
It simply fails (see below). I have to think I am missing something trivial so asking here vs. opening a bug report on this.
java.io.FileNotFoundException: /Users/nikolaos/workspace
at io.jooby.internal.cli.CommandContextImpl.setWorkspace(CommandContextImpl.java:82)
at io.jooby.cli.SetCmd.run(SetCmd.java:28)
at io.jooby.cli.Cmd.run(Cmd.java:20)
at picocli.CommandLine.executeUserObject(CommandLine.java:1919)
at picocli.CommandLine.access$1200(CommandLine.java:145)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2332)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2326)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2291)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2159)
at picocli.CommandLine.execute(CommandLine.java:2058)
at io.jooby.cli.Cli.main(Cli.java:107)