FLAM Issue Tracker - CLE/P
View Issue Details
0000152CLE/P2. CLPpublic2013-08-20 07:452016-12-16 09:01
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
1.0 
1.11.2 
0000152: Add new data type for options (-R, --Recursive)
To determine options a new data type will be added.
Syntax: '--'KEYWORD or '-'LETTER
This will be required for directory walk in FL5 to setup for example the Option "-R" or --Recursive for rekursive.
This new datatype will work like the data type switch, the only difference are the possible hyphens in front.
It is mor or less a other kind of grammar to specify a Switch.
No tags attached.
Issue History
2013-08-20 07:45Falk ReichbottNew Issue
2013-08-20 07:45Falk ReichbottStatusnew => assigned
2013-08-20 07:45Falk ReichbottAssigned To => Falk Reichbott
2014-08-11 19:11Falk ReichbottNote Added: 0000592
2016-12-16 09:01Falk ReichbottNote Added: 0001045
2016-12-16 09:01Falk ReichbottStatusassigned => resolved
2016-12-16 09:01Falk ReichbottFixed in Version => 1.2
2016-12-16 09:01Falk ReichbottResolutionopen => fixed

Notes
(0000592)
Falk Reichbott   
2014-08-11 19:11   
A option like -R is simply a switch (--Rekursive) in another notation. -KYW and --KYW are supported now. The abrivate a keyword for a switch or a positional parameter (object or overlay) with one letter must still be implemented.
(0001045)
Falk Reichbott   
2016-12-16 09:01   
The '-' or '--' infront of an keyword is optional supported and you can define aliasses with one letter if you want.