The following should behave the same: retrotxt view FILE_ID.DIZ and retrotxt FILE_ID.DIZ
However, the later returns:
❯ retrotxt FILE_ID.DIZ
Problem:
unknown command "FILE_ID.DIZ" for "retrotxt": retrotxt FILE_ID.DIZ.
The behaviour should be to check the existence of any files for unorganised commands, and if the files exists, run view on those, and if not, return the above error.
The following should behave the same:
retrotxt view FILE_ID.DIZandretrotxt FILE_ID.DIZHowever, the later returns:
The behaviour should be to check the existence of any files for unorganised commands, and if the files exists, run view on those, and if not, return the above error.