Commit 6fb0827
committed
feat(openssl): show only standard commands
We used to also complete digest and encryption algorithms as top level
commands, but they can all be used by the `dgst` and `enc` commands.
This also makes this work on the BSD sed version that comes with macos.
See #1324
fix(openssl): Make command extraction from help portable for BSD sed.1 parent 4ac918f commit 6fb0827
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
0 commit comments