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

Feature Request: More command line options #214

Open
csm10495 opened this issue Mar 26, 2023 · 4 comments
Open

Feature Request: More command line options #214

csm10495 opened this issue Mar 26, 2023 · 4 comments

Comments

@csm10495
Copy link

It would be amazing if there was a /CopyExit command line flag to dump the info given in /CopyExit into a more-machine-readable json format.

@hiyohiyo
Copy link
Owner

hiyohiyo commented Apr 3, 2023

Thanks for the great idea.
What exactly would be the format that would be useful?

@csm10495
Copy link
Author

csm10495 commented Apr 3, 2023

Say we had /CopyExitJson <file path> that would drop a json file like this to the given path:

{
    "controllers" : {
        [
            {
                 "protocol" : "ATA",
                 "name": "Standard SATA AHCI Controller"
                 "disks" : [
                     {
                         "model": "<model>",
                         "serial": "<serial>",
                          ...
                         "features": [ "S.M.A.R.T.", "TRIM"],
                          ...
                         "S.M.A.R.T." : [
                              {"id" : <id>, "RawValues": <rawvalues>, "name": <name>},
                              ...
                          ]
                     }
                 ]
            },

        ]
    }
}

It would have each disk listed under the corresponding controller. Basically everything that appears in DiskInfo.txt would wind up in that format.

@shadowwalkersteam
Copy link

Must needed feature..

@hiyohiyo
Copy link
Owner

We will consider how to implement this in Ver. 10.

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

No branches or pull requests

3 participants