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

Anchorage argument #42

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

Commits on Nov 30, 2021

  1. Build with newer Swift and UIKit

    Steve Kalkwarf committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    08ab36a View commit details
    Browse the repository at this point in the history
  2. Skip and don't log for certain "known" failures

    Steve Kalkwarf committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    6f9e4ba View commit details
    Browse the repository at this point in the history
  3. Enable --anchorage to toggle between layout styles

    Steve Kalkwarf committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    55cce84 View commit details
    Browse the repository at this point in the history
  4. Fix up weird argument parsing error

    Using `dropLast` causes subsequent array accesses to return the wrong data. For example `arguments[1]` returned the original value `--file` instead of the file path itself.
    
    Changing to explicit positioning resolved this problem.
    
    Also added `--anchorage` to the Usage output.
    Steve Kalkwarf committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    3590b58 View commit details
    Browse the repository at this point in the history