Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHelp Request - Disable NAME and SYNOPSIS Output #277
Comments
|
Here are some ideas.
Or you could even just do this (removing IntegrationClass entirely):
|
|
I'm not exactly sure I fully understand the why behind what is going on when using the offered solution, but the --help does show more, however it still seems to behave erratic in that I'm only seeing one paragraph of the description (Pizza lorem) and the last arg's description is cut off. I do however now see that the NAME and SYNOPSIS output no longer show in the stdout which was the main concern I had for this ticket. I wish to understand why this happens if possible. Does it have something to do with classes calling classes? Here is the altered code used as suggested. I see in the previous version if forgot to have the tips in the function documentation. |
I'm trying to find a way to disable the additional output that the fire library creates that comes after the process completes. It begins with NAME and includes SYNOPSIS. I have no need for this additional output in my scenario as it could potentially cause trouble for another external process that calls this and is examining the stdout for its own processing.
Here's an example of what I'm describing:
I would expect just:
()An example of code I put together that was used to create this example is here.