Skip to content

feat: #181 create separate hidden and no-ignore cli flags#210

Merged
noahbald merged 1 commit intomainfrom
feat/181-update-hidden-file-handling
Dec 11, 2025
Merged

feat: #181 create separate hidden and no-ignore cli flags#210
noahbald merged 1 commit intomainfrom
feat/181-update-hidden-file-handling

Conversation

@noahbald
Copy link
Owner

@noahbald noahbald commented Dec 11, 2025

Description

Creates separate flags for handling hidden files and ignored files

Closes #181

Motivation and Context

Reduces confusion around how to manage hidden/ignored files

How Has This Been Tested?

  • cli

Types of changes

Features

  • --hidden now only affects hidden files
  • new --no-ignore flag now effects ignored files

Breaking changes

  • --hidden behaviour is different

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@noahbald noahbald self-assigned this Dec 11, 2025
@noahbald noahbald merged commit 39a8312 into main Dec 11, 2025
27 of 29 checks passed
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.

Hidden file handling confusing compared to other tools

1 participant