You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment by ajtruckle Monday Sep 04, 2017 at 17:35 GMT
What I mean is, in my code I want a Boolean, eg:
if(options.CreateCalendarEvents)
Do this
So:
command: file -c or file --createcalendarevents
But I also want to specify the path of the file to be read in (to create the events). It seems to me that I either map the option to a string or to some other value. But I was hoping:
file -c="This is the file to the file with the events"
-c will map to the bool property
"...." to the associated string
If I have to do this differently please advise the standard.
Thanks.
From: Dan Nemec [email protected]
Sent: 04 September 2017 18:29
To: gsscoder/commandline
Cc: Subscribed
Subject: Re: [gsscoder/commandline] Why does this older version have higher version number than newer version? (#475)
Can you describe the issue, please? Maybe with a screenshot?
Monday Sep 04, 2017 at 15:21 GMT
Originally opened as gsscoder/commandline#475
The text was updated successfully, but these errors were encountered: