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
Is your feature request related to a problem? Please describe.
It would be nice if we could exclude the operation authorization notice.
Describe the solution you'd like
It would be as simple as modifying the template file that includes that snippet. I already have a working PR I will be submitting after this issue is opened.
Describe alternatives you've considered
Well another alternative would be to accept that the operations authorization notice is always included. But that's not a good solution, especially if they weren't needed to begin with.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
It would be as simple as modifying the template file that includes that snippet.
This is true, and there is already a mechanism for doing this using the -user_templates option. Basically I'm trying to push back on this just a little so we don't go on accumulating options forever.
So, is there a reason this solution is better for you than -user_templates, or could we maybe make it more generic by making it act on any template name by making it a null operation that just returns an empty string?
Is your feature request related to a problem? Please describe.
It would be nice if we could exclude the operation authorization notice.
Describe the solution you'd like
It would be as simple as modifying the template file that includes that snippet. I already have a working PR I will be submitting after this issue is opened.
Describe alternatives you've considered
Well another alternative would be to accept that the operations authorization notice is always included. But that's not a good solution, especially if they weren't needed to begin with.
Additional context
N/A
The text was updated successfully, but these errors were encountered: