Skip to content
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

strict mode for beancount's pushtag and poptag #143

Open
Kilerd opened this issue May 9, 2023 · 0 comments
Open

strict mode for beancount's pushtag and poptag #143

Kilerd opened this issue May 9, 2023 · 0 comments
Labels
Backend enhancement New feature or request

Comments

@Kilerd
Copy link
Collaborator

Kilerd commented May 9, 2023

ensure that there is the pairing of pushtag and poptag directives for single tag. if the poptag directive is missing, we will raise an error.

OK:

pushtag #myatg
# ...
poptag #mytag

ERROR:

pushtag #myatg
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant