John Benediktsson
|
fe4093d67a
|
command-line.startup: -help isn't going to be set.
|
2017-02-02 10:00:23 -08:00 |
John Benediktsson
|
42ef8adec6
|
vm: change -nosignals to -no-signals.
|
2017-01-20 22:36:22 -08:00 |
John Benediktsson
|
bfc1794091
|
command-line.startup: s/Common/Factor.
|
2017-01-20 21:02:52 -08:00 |
Benjamin Pollack
|
bbc5fe4b5b
|
command-line: document memory sizes as mebibytes/kibibytes
|
2016-03-11 12:31:48 -05:00 |
Benjamin Pollack
|
37f047c1df
|
Allow specifying vocabulary roots on the command line
Fixes #1498
|
2016-03-04 10:51:21 -08:00 |
Benjamin Pollack
|
9a4fc29c07
|
Use proper SI prefixes in memory flag docs
|
2016-03-04 10:48:21 -08:00 |
Doug Coleman
|
d0616c5fa8
|
command-line: More consistent command-line docs, fix MB -> kb for callback heap size
|
2016-03-03 17:28:53 -08:00 |
Doug Coleman
|
5813e8384e
|
command-line.startup: document more command line flags. we already have -nosignals, but it was hidden in the source code. Fix spacing for default image. Closes #1514.
|
2016-03-03 17:16:39 -08:00 |
Doug Coleman
|
1fcf96cada
|
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon.
|
2015-07-25 22:59:56 -07:00 |
Doug Coleman
|
618330b31e
|
factor: rename system:vm -> vm-path to differentiate it from vm:vm (which is a STRUCT:)
|
2015-07-20 00:10:29 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
John Benediktsson
|
c0dda5c7e9
|
command-line: save the executable in a variable so that people don't use (command-line) directly if possible.
|
2014-12-23 08:12:31 -08:00 |
John Benediktsson
|
025283f252
|
vm: store full command-line including executable first argument.
|
2014-12-22 22:39:52 -08:00 |
Joe Groff
|
ddcc87f58a
|
command-line.startup: fix help message on windows
Support /? while we're at it. Fixes #323
|
2011-11-15 13:09:32 -08:00 |
Joe Groff
|
5ce32b35a7
|
command-line.startup: add note about -run=listener and -run=ui.tools to the --help text (as suggested by @yac in issue #94)
|
2011-09-11 10:12:09 -07:00 |
Doug Coleman
|
5fce2d0f27
|
Make "quiet" true by default. Disable quiet mode for listener, bootstrap, and deploy tool.
Move "quiet" to parser-quiet? in parser.notes. Change a few places where quiet was handle wrong.
|
2011-09-06 17:58:12 -07:00 |
Slava Pestov
|
65837e742d
|
command-line: move some stuff to command-line.startup so that deployed images don't pull in prettyprinter and debugger
|
2011-09-01 22:31:44 -07:00 |