aboutsummaryrefslogtreecommitdiff
path: root/docs/add.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/add.txt
parent4e359b44ce111b04cc4d2b28033fba4ab4e6e989 (diff)
downloadnissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.tar.gz
nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.zip
First push
Diffstat (limited to 'docs/add.txt')
-rw-r--r--docs/add.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/add.txt b/docs/add.txt
new file mode 100644
index 0000000..af1f079
--- /dev/null
+++ b/docs/add.txt
@@ -0,0 +1,18 @@
1
2HELP PAGE FOR COMMAND add
3
4SYNTAX
5add [MOVES|$ID1|@ID1] $ID2
6
7DESCRIPTION
8Appends either MOVES, the scramble memorized under $ID1 or the output sequence
9memorized under @ID1 at the end of the scramble memorized under $ID2. If none
10of MOVES, $ID1 or @ID1 is specified, the user will be asked to type the moves.
11Menmonic: "add x to y" or just "add to y".
12
13EXAMPLES
14add $1
15 The user is required to type the moves that will be appended to $1.
16add F R B $1
17 Appends the moves F R B to scramble $1. Now scramble $1 ends with F R B.
18

Generated with cgit - Back to sebastiano.tronto.net