Conversation
Added the ability to take unix style command line arguments and options. Introduced option --obs_out to cause output to be formated as a .obs file.
… through to FormCreate()
…nd STD formats are supported.
|
Sorry to leave this so late to comment (was busy with other stuff), but why are we outputting MMDDYYYY as well as YYYYMMDD? |
|
I have only included MMDDYYYY as an option because there is code in the core of crhm that specifies it as a possible output. I do not think it is a good format but I wanted to avoid the possibility of accidentally removing functionality that someone uses. |
|
The problem for me is that it's not currently used and I will have to write code to parse it. |
|
I can remove it if no one needs it. But you shouldn't have to parse it if no one is actually using it. |
|
As soon as someone does, it will break my R package. I guess I can just allow that to happen, and can have a message that it's their funeral if they use such a dumb format. |
|
I see. Well I think it might be in the best interest to remove the MMDDYYYY format as an option then. It restoring it would be trivial but I agree that in its current state there really seems to only be downside to keeping it. |
No, to keep thing easy, this option is not needed. |
|
Thanks very much. I know it's a pain, and it seems like a small thing, but writing downstream code, I need to |
CRHMcode gcc now has a system for processing option flags. These flags have implemented options to specify output file format and time stamp format for the resulting output.