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

Fix global cli argument handling #1304

Merged
merged 4 commits into from
Nov 27, 2017

Commits on Nov 14, 2017

  1. Configuration menu
    Copy the full SHA
    3d5edb4 View commit details
    Browse the repository at this point in the history
  2. Fix diesel-rs#1301

    Here we could not use the global argument thing because --migration_dir is
    no global argument, instead we have to look in each subcommand for the
    corresponding argument
    weiznich committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    0134f15 View commit details
    Browse the repository at this point in the history
  3. Add some tests

    * 2 Testcases for --migration_dir
    * Readd the tests from diesel-rs#1201 for --database_url
    weiznich committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    91794b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Run rustfmt

    weiznich committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    90e2bbc View commit details
    Browse the repository at this point in the history