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

Fixes for argument handling in AshScriptPlugin's script template #1450

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 25, 2021

  1. AshScriptPlugin template: Fix -main option

    The `custom_mainclass` variable was set but never used. `process_args`
    is called after `app_mainclass` is set to the default value, so this can
    simply overwrite the variable.
    kevinmehall committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    d077e20 View commit details
    Browse the repository at this point in the history
  2. AshScriptPlugin template: put opts from conf_file first

    This matches the behavior of the Bash template and allows overriding
    config file options on the command line.
    kevinmehall committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    b310632 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    9b80abb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    98216aa View commit details
    Browse the repository at this point in the history