From ecdffd85a79a868af2c0cdd047543e7aa3dca2fc Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 27 Jun 2016 21:15:01 +0100 Subject: [PATCH] Updated help file to reflect new options. --- cscz/Help.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cscz/Help.md b/cscz/Help.md index 9d2edce..fbdc753 100644 --- a/cscz/Help.md +++ b/cscz/Help.md @@ -5,7 +5,17 @@ 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. +--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 +