Skip to content

Add a dry-run option to report changes without writing files. #350

@github-actions

Description

@github-actions

# TODO: Add a dry-run option to report changes without writing files.
def extract_date_from_filename(filename):
# Assuming the filename format is 'YYYY-MM-DD-some-title.md'
match = re.match(r'(\d{4}-\d{2}-\d{2})-', filename)


This issue was generated by todo-issue based on a TODO comment in 873aa63.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions