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

FEATURE: multiple actions #356

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on May 9, 2024

  1. FEATURE: multiple actions

    Also fixes the incompatibility between store_into and scan and action:
    when the three methods above were called, being all based on the
    (unique) action, the last one would overwrite the previous ones.
    
    This issue was making the parser strictly dependant on the order
    of the scan/store_into/action calls making them mutually exclusive.
    elpaso committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8dead89 View commit details
    Browse the repository at this point in the history