We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Insane of web-style JSON format, please use a parseable one. I would be interested in the reasons why you use such a notation for a CLI tool.
rapiddisk -a 20000 -j
{ "status": "Success", "message": "Attached device rd0 of size 20000 Mbytes." }
{ "status": "success", "attached device": "rd0", "size": 20000000 }
And maybe also expose the device's location in dev-mapper...
/dev/disk/by-id/dm-name-rc-wt_XXXXX /dev/dm-XXXXX
The text was updated successfully, but these errors were encountered:
@tobwen Can you give me some link to/clues about the format you consider best suited?
Sorry, something went wrong.
No branches or pull requests
feature request
Insane of web-style JSON format, please use a parseable one. I would be interested in the reasons why you use such a notation for a CLI tool.
example
current
expected
And maybe also expose the device's location in dev-mapper...
The text was updated successfully, but these errors were encountered: