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

add version command #82

Merged
merged 2 commits into from
Nov 21, 2023
Merged

Conversation

wekesa360
Copy link
Contributor

This PR addresses the virtualMachine Command Set adding the Version command to the python DSL

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 17, 2023

Version = Command(
name="Version",
id=2,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
id=2,
id=1,

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The id still needs to be fixed


VirtualMachine = CommandSet(
name="VirtualMachine",
id=1,
commands=[
AllClasses,
Version,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we keep this sorted by command's id ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have changed the order, by IDs of commands in the command set.

@michalgr michalgr merged commit 9c0f4e4 into facebookexperimental:main Nov 21, 2023
10 checks passed
Daquiver1 pushed a commit to Daquiver1/ExtendedAndroidTools that referenced this pull request Nov 21, 2023
Daquiver1 pushed a commit to Daquiver1/ExtendedAndroidTools that referenced this pull request Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants