package picocli.example.messages.CommandWithBundle; import picocli.CommandLine.Command; @Command(resourceBundle = "command-method-demo") public class CommandWithBundle { }