diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-06-21 23:01:57 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-06-21 23:01:57 +0200 |
| commit | 0e8d73bb3edcc8bdff6e3ded442b66f68265059a (patch) | |
| tree | 4f92deb9ace97e79332c0e7ce390b76b81aeaae9 /docs/print.txt | |
| parent | 4e359b44ce111b04cc4d2b28033fba4ab4e6e989 (diff) | |
| download | nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.tar.gz nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.zip | |
First push
Diffstat (limited to '')
| -rw-r--r-- | docs/print.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/print.txt b/docs/print.txt new file mode 100644 index 0000000..6c6c032 --- /dev/null +++ b/docs/print.txt | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | |||
| 2 | HELP PAGE FOR COMMAND print | ||
| 3 | |||
| 4 | SYNTAX | ||
| 5 | print [$ID|@ID] | ||
| 6 | |||
| 7 | DESCRIPTION | ||
| 8 | Prints memorized sequences. If no argument is given, it prints all memorized | ||
| 9 | scrambles ($ only). If $ID or @ID is specified, it only prints the relative | ||
| 10 | memorized sequence. | ||
| 11 | |||
| 12 | EXAMPLES | ||
| 13 | |||
| 14 | Prints a list of all memorized scrambles (only $). | ||
| 15 | print $2 | ||
| 16 | Prints the second memorized scramble. | ||
| 17 | print @13 | ||
| 18 | Prints the 13th sequence that was part of the output of the last command. | ||
| 19 | |||
