-
Notifications
You must be signed in to change notification settings - Fork 24
refactor!: rename frame command to inspect #224
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
Conversation
b3aa1ca to
039427f
Compare
|
Looks good but let's avoid touching dependencies. The idea is to only rename the command, and make it cover various analysis cases, including framing. |
jviotti
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's only rename in this project. No need to do any other rename!
91c1b49 to
342fad1
Compare
|
Almost there! Can you update the README which points to |
Do we still call the reconnaissance process |
7b3aee1 to
b15767f
Compare
|
@bavulapati Yeah, let's keep that and just change the |
done. PTAL |
|
@bavulapati Looks like there is a minor conflict with a hot fix I did today. Can you rebase? |
BREAKING CHANGE: inspect command is now used instead of frame closes sourcemeta#223 Signed-off-by: Balakrishna Avulapati <[email protected]>
Signed-off-by: Balakrishna Avulapati <[email protected]>
b15767f to
fe1c0e5
Compare
|
@jviotti I don't see a merge button on this PR. If this PR looks good, please merge. |
BREAKING CHANGE: inspect command is now used instead of frame
closes #223