https://github.com/loganintech/delete-artifacts
Little rust project to delete build artifacts
https://github.com/loganintech/delete-artifacts
Last synced: over 1 year ago
JSON representation
Little rust project to delete build artifacts
- Host: GitHub
- URL: https://github.com/loganintech/delete-artifacts
- Owner: loganintech
- Created: 2023-11-30T01:06:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T02:35:24.000Z (over 2 years ago)
- Last Synced: 2024-10-18T06:53:26.501Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```shell
delete-artifacts 0.1.0
Logan Saso
Simple program to delete specific build artifact directories
USAGE:
delete-artifacts [OPTIONS]
ARGS:
Starting directory for search
OPTIONS:
-c, --commit Actually commit the deletion
-h, --help Print help information
-s, --skip-log-file Don't create a log file with all the deleted directories
-V, --version Print version information
```