-
Notifications
You must be signed in to change notification settings - Fork 61
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
add version command #82
Conversation
|
||
Version = Command( | ||
name="Version", | ||
id=2, |
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.
id=2, | |
id=1, |
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.
The id still needs to be fixed
|
||
VirtualMachine = CommandSet( | ||
name="VirtualMachine", | ||
id=1, | ||
commands=[ | ||
AllClasses, | ||
Version, |
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.
Could we keep this sorted by command's id ?
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.
I have changed the order, by IDs of commands in the command set.
c555586
to
e3d0bc5
Compare
e3d0bc5
to
1b22575
Compare
This PR addresses the
virtualMachine
Command Set adding theVersion
command to the python DSL