-
Notifications
You must be signed in to change notification settings - Fork 212
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
Parser Request: "ipconfig /all" (Windows) #594
Comments
This was also asked for in #464 I would welcome a PR for and |
You're right. My bad. I was looking at issue titles and didn't see that. Let me take a look at what it'll take making a parser. Haven't done one before, and the first couple I looked at looked rather complex. If I put something together, I'll submit a PR. I do worry I don't have all the possible output for ipconfig and might miss something. |
I've got the parser working outside of jc and working to tie it in. I'm struggling to understand the purpose/use of raw output. I tried looking at several other parsers and couldn't make sense of it either. Any help here would be appreciated! Edit: |
Just for others who may read this thread - there are typically two parsing stages:
Not all parsers will have anything going on in the Many parsers have both stages and the user can skip the |
I have merged this into |
Now available in release v1.25.4 |
I'm finding myself in need of an ipconfig parser and think this is likely others might find useful. Looking at the output, it looks like it might be rather simple to parse reliably compared to some of the other open parser requests I was looking at.
Here is a sample
ipconfig /all
for discussion.The text was updated successfully, but these errors were encountered: