+1. JSON on the command line is...more complicated than it should be. IMHO We still need a way to pass in a template folder. Is there a reason we're counting parameters rather than just exposing a tmpl=file_path parameter that could be used (or not used) as needed on the command line?
-----Original Message----- From: Mark Koudritsky [mailto:[email protected]] Sent: Friday, January 03, 2014 11:51 AM To: [email protected] Subject: Re: template? +1 for removing this JSON param. Passing JSON on command line is indeed frightening. The bit of internal api for passing another param with an object to create() to initialize config.json file was added by me for the use of mca.js This indeed caused a crash when there was a 4th cli param because it was a string and not an object with expected structure. To fix this I added a line to JSON desalinize the param if was a string. But I believe this was a mistake because adding JSON command line params is way to hackish. Instead it should raise an error if there are more than 3 cli params to create. On Fri, Jan 3, 2014 at 11:42 AM, Josh Soref <[email protected]> wrote: > It's intended. It matches the internal api. Before the system resulted in > a crash when you passed a fourth argument. This way you can do whatever > you want. > > I probably should have spoken up when the -- bits were added and asked why > they were necessary. > --------------------------------------------------------------------- > This transmission (including any attachments) may contain confidential > information, privileged material (including material protected by the > solicitor-client or other applicable privileges), or constitute non-public > information. Any use of this information by anyone other than the intended > recipient is prohibited. If you have received this transmission in error, > please immediately reply to the sender and delete this information from > your system. Use, dissemination, distribution, or reproduction of this > transmission by unintended recipients is not authorized and may be unlawful. >
