Compare commits
No commits in common. "6418f52bf8aee99535c63498e0a06037724adac4" and "77c20cf8ef7534cfca5a722693b93c81e92ec477" have entirely different histories.
6418f52bf8
...
77c20cf8ef
2 changed files with 1 additions and 16 deletions
|
@ -24,12 +24,7 @@ namespace cscz
|
||||||
{ "cc", "System.Collections.Concurrent" },
|
{ "cc", "System.Collections.Concurrent" },
|
||||||
{ "r", "System.Text.RegularExpressions" },
|
{ "r", "System.Text.RegularExpressions" },
|
||||||
{ "n", "System.Net" },
|
{ "n", "System.Net" },
|
||||||
{ "s", "System.Net.Sockets" },
|
{ "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" },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
10
cscz/Help.md
10
cscz/Help.md
|
@ -5,17 +5,7 @@ Built from https://git.starbeamrainbowlabs.com/sbrl/cscz/
|
||||||
Usage:
|
Usage:
|
||||||
cat filename | ./cscz
|
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:
|
Examples:
|
||||||
cat MyDef.cscz | ./cscz
|
cat MyDef.cscz | ./cscz
|
||||||
|
|
||||||
tee | ./cscz >Carrot.cs
|
tee | ./cscz >Carrot.cs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue