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

Add CLI option to get a graph of all tracked files #192

Open
devdanzin opened this issue Jul 8, 2023 · 0 comments
Open

Add CLI option to get a graph of all tracked files #192

devdanzin opened this issue Jul 8, 2023 · 0 comments
Assignees

Comments

@devdanzin
Copy link
Collaborator

Using wily programmatically it's possible to call graph() with an empty path to get a graph that includes all tracked files. It could be useful to expose this feature in the CLI.

Describe the solution you'd like
Add a simple switch to get a graph of all tracked files.

Describe alternatives you've considered
Maybe it could also be done by adding a switch that takes path explicitly and allows it to be empty, but it seems unnecessarily complex.

While I don't currently have code for the CLI option, it should be easy to add and I can send a PR if it's desirable. It might be better to have other graph PRs resolved first.

@devdanzin devdanzin self-assigned this Aug 16, 2023
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

No branches or pull requests

1 participant