Skip to content

Commit

Permalink
refactor: Fix output enumeration colors for Convert command
Browse files Browse the repository at this point in the history
  • Loading branch information
remiceres committed Aug 14, 2024
1 parent c00b228 commit f068150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Convert extends AbstractInputCommand {
private EnumRdfInputFormat inputFormat = null;

@Option(names = { "-r", "-of",
"--output-format" }, required = true, description = "Specifies the RDF serialization format of the output file. Possible values:\u001b[34m ${COMPLETION-CANDIDATES}|@.")
"--output-format" }, required = true, description = "Specifies the RDF serialization format of the output file. Possible values::@|fg(225)${COMPLETION-CANDIDATES}|@.")
private EnumRdfOutputFormat outputFormat;

public Convert() {
Expand Down

0 comments on commit f068150

Please sign in to comment.