aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-27 12:43:14 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-27 12:43:14 +0100
commit2332679ad64e3e0318ca812421190156edec9186 (patch)
tree35a0d1fee1f9e57c973640c599d1e2896e44fd45 /src/cubetypes.h
parent8cec37cb3e490b06639f2e05df8b947a9333d5d2 (diff)
downloadnissy-2332679ad64e3e0318ca812421190156edec9186.tar.gz
nissy-2332679ad64e3e0318ca812421190156edec9186.zip
Added option -i to accept scramble(s) from stdin, very useful for batch mode
Diffstat (limited to '')
-rw-r--r--src/cubetypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h
index 20e028b..8ba1341 100644
--- a/src/cubetypes.h
+++ b/src/cubetypes.h
@@ -158,6 +158,8 @@ commandargs
158 Command * command; /* For help */ 158 Command * command; /* For help */
159 int n; 159 int n;
160 int scrt; 160 int scrt;
161 bool scrstdin;
162 bool header;
161}; 163};
162 164
163struct 165struct

Generated with cgit - Back to sebastiano.tronto.net