Skip to content

Picocli-based Groovy CliBuilder alternative #258

@remkop

Description

@remkop

With the new picocli 3.0 programmatic API it should be possible to create a groovy DSL that is (or almost is) a drop-in for CliBuilder, with additional benefits:

  • support for subcommands
  • support for strongly typed positional parameters
  • support for mixins for reuse
  • automatic help (remove boilerplate)
  • ANSI colors in usage help
  • groovy application command line autocompletion

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions