Skip to content

Commit d553b8c

Browse files
committed
Add missing dependency to example
Signed-off-by: Roberto Torrez <robkraudy@gmail.com>
1 parent 0fcbe04 commit d553b8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ Annotate fields with the command line parameter names and description. Optionall
292292

293293
```java
294294
import picocli.CommandLine;
295+
import picocli.CommandLine.Command;
295296
import picocli.CommandLine.Option;
296297
import picocli.CommandLine.Parameters;
297298
import java.io.File;

0 commit comments

Comments
 (0)