cscz/cscz/Help.md

21 lines
623 B
Markdown

cscz - The C# Class Generator, v0.3
By Starbeamrainbowlabs (@SBRLabs)
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