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

Commands: support memory info request. Fixes gh-388 #389

Merged
merged 1 commit into from
Oct 22, 2015

Conversation

rwaldron
Copy link
Contributor

The information contained within the result can be used to implement the checks described in #382

@@ -171,6 +171,11 @@ makeCommand('wifi')
})
.help('Configure the wireless connection');

makeCommand('memory')
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to make this accessible to the user? It should hopefully rarely come up so I'd shy away from adding more commands.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, but I figured for your testing purposes it would be useful.

@johnnyman727
Copy link
Contributor

Comments added. It mostly looks good but I don't think we should make this functionality command line accessible, just easy to use by other functions in the CLI. It should rarely come up for users and the output is hard to parse as a human anyway.

@rwaldron
Copy link
Contributor Author

I don't think we should make this functionality command line accessible,

WFM.

@rwaldron
Copy link
Contributor Author

@johnnyman727 updated according to review notes!

@johnnyman727
Copy link
Contributor

Looks fantastic! Feel free to merge.

rwaldron added a commit that referenced this pull request Oct 22, 2015
Commands: support memory info request. Fixes gh-388
@rwaldron rwaldron merged commit fb04cbe into tessel:master Oct 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants