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

adds debug commands for layer and class-likes #527

Merged
merged 3 commits into from
Apr 16, 2021
Merged

Conversation

smoench
Copy link
Contributor

@smoench smoench commented Mar 26, 2021

resolves #327

php deptrac.php debug:class-like examples/DirectoryLayer.depfile.yaml 'examples\Layer1\AnotherClassLikeAController'

 ---------------------------------------------
  examples\Layer1\AnotherClassLikeAController
 ---------------------------------------------
  Controller
  Layer1
 ---------------------------------------------
php deptrac.php debug:layer examples/DirectoryLayer.depfile.yaml Layer1

---------------------------------------------
 Layer1
---------------------------------------------
 examples\Layer1\AnotherClassLikeAController
 examples\Layer1\SomeClass
 examples\Layer1\SomeClass2
---------------------------------------------

@smoench smoench mentioned this pull request Mar 26, 2021
@smoench smoench force-pushed the debug-commands branch 5 times, most recently from 5b03a32 to 3ef8e13 Compare April 9, 2021 12:37
@smoench smoench merged commit aa9f42b into master Apr 16, 2021
@smoench smoench deleted the debug-commands branch April 16, 2021 13:26
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.

Add debug command
1 participant