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

PR: Made compile_filename file output optional #70

Merged
merged 3 commits into from
Nov 18, 2022

Commits on Nov 15, 2022

  1. Made compile_filename file output optional

    There are uses cases to get the QSS compiled string from a file without having to save it to a file.
    This makes the `output_file` in `compile_filename` optional.
    If undefined it will not save the output to a file and will just return it.
    The documentation for `compile_filename` in the readme was duplicated so I removed the duplication.
    gentlegiantJGC committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2bc6c0b View commit details
    Browse the repository at this point in the history
  2. Reformatted

    gentlegiantJGC committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    119f680 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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