python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Picocli - "Missing required Parameters" even when passed parameters
@Parameters(paramLabel = "AMOUNT", description = "the depth to scrape for")
private int amount;
@Parameters(paramLabel = "ENTRY_POINT", description = "the entry poi...

0xff
Votes: 0
Answers: 1
@Option with enum List does not accept candidates that ${COMPLETION-CANDIDATES} shows
I have an @Option with an enum java.util.List and picocli just does not accept candidates that the ${COMPLETION-CANDIDATES} shows.
The way how picocli shows and accepts values does not align with each...

zappee
Votes: 0
Answers: 1