Annotation Type CommandRequired


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface CommandRequired
    Marks that a CLI requires that a command be specified.

    Note that if the group specified by the user has a default command then this restriction has no effect.