You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: