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

Give examples of using julia_args, test_args #2673

Merged

Commits on Jul 20, 2021

  1. Give examples of using julia_args, test_args

    In the docstring for `Pkg.test()`, give usage examples for the
    `julia_args` and `test_args` keyword arguments.
    johnomotani committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    90467ee View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    10ad8db View commit details
    Browse the repository at this point in the history
  2. Update src/Pkg.jl

    Simplify example for `test_args`
    
    Co-authored-by: Ian Butterworth <[email protected]>
    johnomotani and IanButterworth authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    cc8aef8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Update test_args docs

    Add '--' to indicate the argument is a command line flag.
    
    Co-authored-by: Ian Butterworth <[email protected]>
    johnomotani and IanButterworth authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1e990eb View commit details
    Browse the repository at this point in the history