whitequark
15f349049c
Make CLI usage text more readable.
2017-03-10 21:05:52 +00:00
EvilSpirit
312184505c
Fix undefined behavior in solvespace-cli.
2017-02-17 02:52:19 +00:00
whitequark
279424290b
Remove a redundant ReloadAllImported() call.
2017-01-31 02:20:10 +00:00
whitequark
6e88eaef69
Fix a path construction issue introduced in 3fc85b7
.
2017-01-31 02:15:37 +00:00
whitequark
3fc85b7934
CLI: add the "regenerate" command, for use in Makefiles etc.
2017-01-24 19:55:53 +00:00
whitequark
27a5f6f9bd
CLI: include directory name in %-replacement.
2017-01-24 19:54:47 +00:00
whitequark
67a916d19c
CLI: show usage when --help/-h passed.
2017-01-24 19:40:30 +00:00
whitequark
4a0b4fd8d3
Win32: unbreak solvespace-cli.
...
It was broken because of three bugs:
* Uninitialized variables in RunCommand;
* Trying to use (OEM-encoded) main() argc/argv arguments instead
of GetCommandLineW();
* Trying to pass relative paths directly into ssfopen.
2016-12-05 01:24:17 +00:00
whitequark
47244c5e89
Implement a command-line interface.
...
This commit adds a basic command-line interface. This interface
allows rendering thumbnails and exporting data in batch mode.
2016-11-29 04:01:07 +00:00