You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/usage.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,16 @@
2
2
3
3
## CLI
4
4
5
+
### General help
6
+
5
7
List commands:
6
8
7
9
```
8
10
$ unisec --help
9
11
Commands:
12
+
unisec confusables [SUBCOMMAND]
13
+
unisec hexdump INPUT # Hexdump in all Unicode encodings
14
+
unisec properties [SUBCOMMAND]
10
15
unisec surrogates [SUBCOMMAND]
11
16
```
12
17
@@ -40,8 +45,27 @@ Options:
40
45
--help, -h # Print this help
41
46
```
42
47
43
-
Also find CLI examples in [the library documentation](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands), e.g. [surrogates](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Surrogates/From).
[Library documentation for commands](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands).
44
63
45
64
## Library
46
65
47
-
See examples in [the library documentation](https://acceis.github.io/unisec/yard/Unisec), e.g. [surrogates](https://acceis.github.io/unisec/yard/Unisec/Surrogates).
66
+
See examples in [the library documentation](https://acceis.github.io/unisec/yard/Unisec).
<p>CLI sub-commands <code>unisec confusables xxx</code> for the class <spanclass='object_link'><ahref="../../Confusables.html" title="Unisec::Confusables (class)">Unisec::Confusables</a></span> from the lib.</p>
0 commit comments