|
|
|
|
|
by justinvoss
4154 days ago
|
|
You could use this technique to examine the man page for a program and infer from that what valid command line arguments would be: some terminal shells (fish, for one, possibly zsh as well?) do something like this already to support autocomplete. |
|