Changes between Version 2 and Version 3 of CmdLineOptions
- Timestamp:
- 10/16/08 06:00:02 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CmdLineOptions
v2 v3 22 22 23 23 Commandline items that are not options ( begin with '-') are taken to be filenames. 24 Cobra can take one or a list of commandline given files to compile and the files can be cobra code ( filename ends in '.cobra') or C# code ( filename ends in '.cs' .24 Cobra can take one or a list of commandline given files to compile and the files can be cobra code ( filename ends in '.cobra') or C# code ( filename ends in '.cs'). 25 25 Filenames without any extension are assumed to be a cobra code file of the same name with a '.cobra' extension 26 26