diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-27 12:43:14 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-27 12:43:14 +0100 |
| commit | 2332679ad64e3e0318ca812421190156edec9186 (patch) | |
| tree | 35a0d1fee1f9e57c973640c599d1e2896e44fd45 /src/cubetypes.h | |
| parent | 8cec37cb3e490b06639f2e05df8b947a9333d5d2 (diff) | |
| download | nissy-2332679ad64e3e0318ca812421190156edec9186.tar.gz nissy-2332679ad64e3e0318ca812421190156edec9186.zip | |
Added option -i to accept scramble(s) from stdin, very useful for batch mode
Diffstat (limited to 'src/cubetypes.h')
| -rw-r--r-- | src/cubetypes.h | 2 |
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 | ||
| 163 | struct | 165 | struct |
