Skip to content

Commit 55a8e38

Browse files
committed
Add with_overwrite to interface
1 parent 65e1328 commit 55a8e38

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
### Fixed
8+
- Add `with_overwrite` to interface.
79

810
## [1.0.13] - 2024-12-28
911
### Added

src/rra_tools/cli_tools/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
with_input_directory,
1313
with_num_cores,
1414
with_output_directory,
15+
with_overwrite,
1516
with_progress_bar,
1617
with_queue,
1718
with_verbose,
@@ -29,6 +30,7 @@
2930
"with_input_directory",
3031
"with_num_cores",
3132
"with_output_directory",
33+
"with_overwrite",
3234
"with_progress_bar",
3335
"with_queue",
3436
"with_verbose",

0 commit comments

Comments
 (0)