Skip to content

#62 Add new processor to skip arguments in declaration #84

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lexbritvin
Copy link
Collaborator

No description provided.

@lexbritvin lexbritvin force-pushed the 62-better_templates branch 3 times, most recently from 96ee8dc to 8613d8e Compare February 21, 2025 17:01
@lexbritvin lexbritvin force-pushed the 62-better_templates branch from 8613d8e to 43e270c Compare March 19, 2025 14:19
@lexbritvin lexbritvin force-pushed the 62-better_templates branch from 2052825 to f9b1da1 Compare March 20, 2025 18:31
@lexbritvin lexbritvin requested a review from iignatevich March 24, 2025 12:55
},
// Removes a line if a given value is not changed or pass through.
"removeLineIfNotChanged": func(name string) any {
if !input.IsOptChanged(name) && !input.IsArgChanged(name) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we reuse somehow removeLineIfNotChanged and removeLineIfChanged?

@iignatevich iignatevich force-pushed the 62-better_templates branch from 39e7706 to 6cf76a1 Compare July 2, 2025 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pass no argument to action command instead of passing empty values
3 participants