-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why does this older version have higher version number than newer version? #475
Comments
Can you describe the issue, please? Maybe with a screenshot? |
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#475 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHnYs5I_xk8puw8DFehry4JPwrjD4Djsks5sfDN1gaJpZM4PMCrP>.
|
Oops please delete comments. Wrong thread. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: