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 hidden flag to traverse hidden files #250

Merged
merged 1 commit into from
Oct 15, 2023

Commits on Oct 14, 2023

  1. feat: add hidden flag to traverse hidden files

    Add the `hidden` and `no-hidden` flag that allows
    configuring the traversal of hidden files.
    
    Examples:
    
    ```
    treefmt --hidden
    ```
    will traverse hidden files.
    
    ```
    treefmt --hidden --no-hidden
    ```
    will not traverse hidden files, same as the default (`treefmt`).
    
    ```
    treefmt --hidden --no-hidden --hidden
    ```
    will traverse hidden files.
    a-kenji committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    2d9557d View commit details
    Browse the repository at this point in the history