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

Fixed mv subcommand for directories with no filenames #15

Merged
merged 2 commits into from
Feb 12, 2024
Merged

Commits on Feb 12, 2024

  1. added author

    vsbuffalo committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    aa21863 View commit details
    Browse the repository at this point in the history
  2. This fixes the issue with sdf mv found by @apraga.

    `sdf mv` when called with `sdf mv file.tsv some_dir/` would
    not check that the second arugment was a directory, and modify
    the destination path automatically to `some_dir/file.tsv`. This
    fixes that.
    vsbuffalo committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    292318a View commit details
    Browse the repository at this point in the history