Ticket #144 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
