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

Add run subcommand for sigh #3855

Merged
merged 2 commits into from Oct 22, 2019
Merged

Commits on Oct 22, 2019

  1. Add run subcommand for sigh

    This lets you add new scripts with less boilerplate (just add a new line
    to the `scripts` variable). Scripts can be run via:
    
    ```
    ./tools/sigh run <script name> <rest of args>
    ```
    
    (I'm going to be adding additional scripts to be invoked by bazel soon, so this makes that slightly easier.)
    csilvestrini committed Oct 22, 2019
    Copy the full SHA
    52ea86e View commit details
    Browse the repository at this point in the history
  2. Fix bug: !scriptPath

    csilvestrini committed Oct 22, 2019
    Copy the full SHA
    4db497e View commit details
    Browse the repository at this point in the history