Structured listing of known executables to stdout #66
Locked
brettcannon
started this conversation in
Ideas
Replies: 3 comments
-
Another way to do this would be to allow |
Beta Was this translation helpful? Give feedback.
0 replies
-
One way is to have no header and use only whitespace and py --list | lines | split column "|" version executable | str trim |
Beta Was this translation helpful? Give feedback.
0 replies
-
Tracking this in #432 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
E.g.
--json
flag for JSONified--list
output. Would make consuming data from the CLI easier (e.g. for Nushell).Beta Was this translation helpful? Give feedback.
All reactions