Wiki

Changes between Version 2 and Version 3 of CmdLineOptions

Show
Ignore:
Timestamp:
10/16/08 06:00:02 (16 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CmdLineOptions

    v2 v3  
    2222 
    2323Commandline 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'. 
     24Cobra 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'). 
    2525Filenames without any extension are assumed to be a cobra code file of the same name with a '.cobra' extension 
    2626