Compare commits

..

No commits in common. "6418f52bf8aee99535c63498e0a06037724adac4" and "77c20cf8ef7534cfca5a722693b93c81e92ec477" have entirely different histories.

2 changed files with 1 additions and 16 deletions

View file

@ -24,12 +24,7 @@ namespace cscz
{ "cc", "System.Collections.Concurrent" },
{ "r", "System.Text.RegularExpressions" },
{ "n", "System.Net" },
{ "s", "System.Net.Sockets" },
{ "x", "Microsoft.Xna.Framework" },
{ "xg", "Microsoft.Xna.Framework.Graphics" },
{ "xs", "Microsoft.Xna.Framework.Storage" },
{ "xi", "Microsoft.Xna.Framework.Input" },
{ "oo", "OpenTK.Graphics.OpenGL" },
{ "s", "System.Net.Sockets" }
};
/// <summary>

View file

@ -5,17 +5,7 @@ Built from https://git.starbeamrainbowlabs.com/sbrl/cscz/
Usage:
cat filename | ./cscz
Options:
Argument Meaning
-------------------------------------------------------------------------------
--public Causes the parameters of the class to be defined as public data members. This is the default.
--private Causes the parameters of the class to be defined as private data members with public accessors.
Note that arguments specified later always override arguments specified earlier.
Examples:
cat MyDef.cscz | ./cscz
tee | ./cscz >Carrot.cs