delphidabbler / vied

Version Information Editor for Windows
https://delphidabbler.com/software/vied
9 stars 4 forks source link

Add command line option to open a specified .vi file #79

Open delphidabbler opened 2 weeks ago

delphidabbler commented 2 weeks ago

It could be useful to open VIEd with a .vi pre-loaded. This could be specified on the command line as follows:

vied -O:<filename>
delphidabbler commented 2 weeks ago

Mainly useful while developing.

delphidabbler commented 1 week ago

-O could be mistaken for its common use in specifying an output file, so maybe -L for "load" would be better.