aboutsummaryrefslogtreecommitdiff
path: root/docs/print.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2020-06-21 23:01:57 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2020-06-21 23:01:57 +0200
commit0e8d73bb3edcc8bdff6e3ded442b66f68265059a (patch)
tree4f92deb9ace97e79332c0e7ce390b76b81aeaae9 /docs/print.txt
parent4e359b44ce111b04cc4d2b28033fba4ab4e6e989 (diff)
downloadnissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.tar.gz
nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.zip
First push
Diffstat (limited to '')
-rw-r--r--docs/print.txt19
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
2HELP PAGE FOR COMMAND print
3
4SYNTAX
5print [$ID|@ID]
6
7DESCRIPTION
8Prints memorized sequences. If no argument is given, it prints all memorized
9scrambles ($ only). If $ID or @ID is specified, it only prints the relative
10memorized sequence.
11
12EXAMPLES
13print
14 Prints a list of all memorized scrambles (only $).
15print $2
16 Prints the second memorized scramble.
17print @13
18 Prints the 13th sequence that was part of the output of the last command.
19

Generated with cgit - Back to sebastiano.tronto.net