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

feat: add --keep-remote option to 'data clean' #29

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

MrHedmad
Copy link
Owner

@MrHedmad MrHedmad commented Jan 3, 2024

What the title says.

❯ trun data clean --help
   Compiling kerblam v0.2.0 (/home/hedmad/Files/repos/kerblam)
    Finished dev [unoptimized + debuginfo] target(s) in 1.98s
Clean non-essential data to save disk space

Usage: kerblam data clean [OPTIONS]

Options:
  -k, --keep-remote  Do not delete locally present remote files
  -h, --help         Print help

If -k is passed the locally present remote files are filtered out before continuing with the cleanup.

@MrHedmad MrHedmad linked an issue Jan 3, 2024 that may be closed by this pull request
@MrHedmad MrHedmad merged commit 2bd962a into main Jan 3, 2024
5 checks passed
@MrHedmad MrHedmad deleted the 26-add-a-preserve-remote-option branch January 3, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a --preserve-remote option to kerblam data clean
1 participant