Prints paths from page entry MFAs to the given destination MFA.
$ mix holo.compiler.page_to_mfa_paths MyPageModule "{MyModule, :my_fun, 2}"
Where MyPageModule is the name of the page module and {MyModule, :my_fun, 2} is the destination MFA.
MyPageModule
{MyModule, :my_fun, 2}