aboutsummaryrefslogtreecommitdiff
path: root/src/helppages.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/helppages.h46
1 files changed, 45 insertions, 1 deletions
diff --git a/src/helppages.h b/src/helppages.h
index 5ee0e4a..178de37 100644
--- a/src/helppages.h
+++ b/src/helppages.h
@@ -1,6 +1,6 @@
1/* To generate this help page, use the script makedoc.sh */ 1/* To generate this help page, use the script makedoc.sh */
2 2
3int Npages = 21; 3int Npages = 22;
4 4
5char *helppages[][10] = { 5char *helppages[][10] = {
6 6
@@ -67,6 +67,50 @@ Resets all saved scrambles and output sequences.\n\
67" 67"
68}, 68},
69 69
70{ "co",
71"\
72\n\
73HELP PAGE FOR COMMAND co\n\
74\n\
75SYNTAX\n\
76co [OPTIONS] [MOVES|$ID|@ID]\n\
77\n\
78DESCRIPTION\n\
79Solves CO for a given scramble. A scramble can be given as last argument of the\n\
80command, or an ID of a saved scramble can be provided. If none of the two is\n\
81given, a prompt will ask the user to input a new scramble.\n\
82\n\
83OPTIONS\n\
84axis={fb,rl,ud} Specify the axis for the CO. One to three axes can be given,\n\
85 comma separated, no spaces.\n\
86 Default: CO on any of the three axis (omitting the option is\n\
87 the same as specifying axis=fb,rl,ud).\n\
88b=N Specify a bound for the number of moves. N must be a number.\n\
89 Default value: 20.\n\
90h Show hidden COs.\n\
91 Default, if an CO ending in e.g. F is shown, the equivalent\n\
92 one ending in F' is hidden.\n\
93i Ignore centers. By default the CO is aligned with centers.\n\
94niss Use NISS.\n\
95 Default: does not use NISS.\n\
96n=N Specify a maximum number of COs to be output. N must be a\n\
97 number.\n\
98 Default value: 1.\n\
99\n\
100EXAMPLES\n\
101co axis=fb $1\n\
102 Finds one optimal CO on fb for the first saved scramble.\n\
103\n\
104co n=5 b=4 U R F \n\
105 Finds up to 5 COs of length at most 4 for scramble U R F.\n\
106\n\
107co n=100 b=5 niss axis=fb,ud h R' U' F L R'U'F\n\
108 Finds up to 100 COs of lenth at most 4, possibly using NISS, including\n\
109 \"hidden\" COs, excluding the rl axis.\n\
110\n\
111"
112},
113
70{ "dr", 114{ "dr",
71"\ 115"\
72\n\ 116\n\

Generated with cgit - Back to sebastiano.tronto.net