Skip to content

Commit

Permalink
fix: don\'t expect an input if input-endpoint is given
Browse files Browse the repository at this point in the history
  • Loading branch information
bergos committed Feb 18, 2024
1 parent 4843f48 commit 08187bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rdf-ext-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ program
outputType,
pretty
}) => {
if (!input) {
if (!input && !inputEndpoint) {
return program.help()
}

Expand Down

0 comments on commit 08187bb

Please sign in to comment.