Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

A new external command for getting list of directories or files. #32

Closed
gkmngrgn opened this issue Dec 11, 2022 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@gkmngrgn
Copy link
Owner

gkmngrgn commented Dec 11, 2022

Sample use here:

local config_dirs = cmd.ls{
    parent_dir = ".",
    exclude = { "home", "archived" },
    file_types = { "directory" },
}
@gkmngrgn gkmngrgn added the enhancement New feature or request label Dec 11, 2022
@gkmngrgn
Copy link
Owner Author

Done with: https://github.com/gkmngrgn/dosh/pull/51

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant