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
We often sed to point to certain structure. This is fragile as whenever code changes file, or lines were added before or structure adds or removes lines we have to manually find A - B in `sed -n 'A,,Bp'
It would be easy to just point to struct you want to print in whole package or module 🤗