Command line tool should infer the input file to split with -c cuesheet from the cuesheet itself.
Cuesheets created by XLD itself contain the name of the WAVE file, which it creates adjacent to the cue sheet (therefore, with what could be considered a relative path to the cuesheet). And yet, the command line tool requires both -c cuesheet and the path to the file to split it with as arguments. It should therefore infer the file to split from the cuesheet itself if it does mention the file and exists with a path relative to the cuesheet, and the file input argument is ommited.
xld -c <cue-sheet></cue-sheet>
XLD should split the file specified within the cuesheet with said cuesheet.
Nothing except the usage message being printed.