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 both disk wipe and deprecated command invocations #88

Merged
merged 3 commits into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. cli: Rename partitionFormatPartitionCommand -> partitionFormatCommand

    Typo when doing the first rename.
    mmlb committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    179d35f View commit details
    Browse the repository at this point in the history
  2. cli: Implement deprecation using shallow copy

    Shallow copy also gets us the flags, without the shallow copy the Run
    will error accessing non-existent flags.
    mmlb committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9c4c707 View commit details
    Browse the repository at this point in the history
  3. cli: Fix flag usage

    Was missing --timeout and should have use --debug like the rest of the
    commands instead of --verbose.
    mmlb committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f2745d0 View commit details
    Browse the repository at this point in the history