Ticket #144 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Apps should take in filenames without -i argument

Reported by: hobu Owned by: hobu
Priority: minor Milestone: 1.2.1
Component: General Version: 1.2
Keywords: Cc:
LAS Format Version: Not Applicable

Description

lasinfo and ilk should be able to know that the first unnamed argument is the filename, for example. Otherwise, it only assumes the last argument is the file name if it has not been seen before. For example, the following is invalid right now:

lasinfo -c myfile.las

It must be written as:

lasinfo -c -i myfile.las

This is silly.

Change History

Changed 8 months ago by hobu

  • status changed from new to closed
  • resolution set to fixed

Fixed in 1.2 branch in r1319 and trunk in r1320

Note: See TracTickets for help on using tickets.