Updated help file to reflect new options.
This commit is contained in:
parent
77c20cf8ef
commit
ecdffd85a7
1 changed files with 10 additions and 0 deletions
10
cscz/Help.md
10
cscz/Help.md
|
@ -5,7 +5,17 @@ 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.
|
||||||
|
--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