Simon Michael
|
b31091195b
|
;doc: update command docs
|
2025-03-08 12:44:57 -10:00 |
|
Simon Michael
|
02ef6e45e7
|
imp:cli: make mutually exclusive flags clearer in --help
|
2025-03-08 12:42:16 -10:00 |
|
Dmitry Astapov
|
9963a01a15
|
run: do not pre-load journal(s) at the start of "run" [#2345]
wait for the first command to do this. Same for "repl"
|
2025-03-08 09:55:59 -10:00 |
|
Dmitry Astapov
|
c0b3c932ea
|
;run: --forecast with changed reporting interval fix (+test) [#2345]
|
2025-03-08 09:55:59 -10:00 |
|
Simon Michael
|
054e9561e4
|
;doc: update command docs
|
2025-03-07 22:03:09 -10:00 |
|
Simon Michael
|
44a4b79fa4
|
;doc:run, repl: more edits
|
2025-03-07 22:02:14 -10:00 |
|
Simon Michael
|
f153d7f707
|
;doc: update command docs
|
2025-03-07 21:38:10 -10:00 |
|
Pranesh Prakash
|
2369f1338a
|
;doc:repl: updates
Corrected one small mistake, and changed a few other things for clarity.
Applied changes to the right file (Repl.md) this time.
|
2025-03-07 21:35:44 -10:00 |
|
Pranesh Prakash
|
fc2aabaab3
|
;doc:repl: updates
Corrected one small mistake, and changed a few other things for clarity.
|
2025-03-07 13:35:26 -10:00 |
|
Simon Michael
|
7a3f69c5a1
|
;doc:repl: updates
|
2025-03-06 19:45:55 -10:00 |
|
Dmitry Astapov
|
a3d2c7bb58
|
;run: test that demonstrates caching
|
2025-03-06 16:43:39 -10:00 |
|
Simon Michael
|
a0cf410a80
|
;doc:run, repl: updates
|
2025-03-06 16:36:54 -10:00 |
|
Simon Michael
|
3d1994ea76
|
;doc: add commands, repl, run to Commands section
|
2025-03-06 16:15:22 -10:00 |
|
Simon Michael
|
0cd86d959e
|
;doc: update command docs
|
2025-03-06 16:05:25 -10:00 |
|
Simon Michael
|
cdbbe40e5b
|
;doc:run, repl: updates and edits
|
2025-03-06 16:03:55 -10:00 |
|
Simon Michael
|
e9f1e7dbd4
|
;doc:demo: mark experimental
|
2025-03-06 16:03:29 -10:00 |
|
Simon Michael
|
ebf8d25a49
|
imp:cli: commands list tweaks
|
2025-03-06 13:58:24 -10:00 |
|
Simon Michael
|
cf81b042be
|
imp:run,repl: allow running addon commands
|
2025-03-06 13:56:43 -10:00 |
|
Simon Michael
|
a1a6aad873
|
fix:repl: also catch IO errors like run nosuchfile
And print exceptions consistently, with a single newline.
|
2025-03-06 13:05:45 -10:00 |
|
Simon Michael
|
9ecc3a56d0
|
fix:repl: make the run command work in the REPL again
The now-required -- argument was being lost during REPL parsing.
I think this is right, though it's hard to understand.
|
2025-03-06 13:03:57 -10:00 |
|
Simon Michael
|
fd906bec95
|
;dev:cli: debug output tweaks; moveFlagsAfterCommand doc edit
|
2025-03-06 11:56:21 -10:00 |
|
Dmitry Astapov
|
758335daf0
|
run: support --man, --info, --tldr
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
7fdb2f7fe6
|
;run: use leading -- to decide whether to read from files or not
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
4dbeac284c
|
;run: refuse to read commands from stdin if one of the input files was -
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
9c63b36d88
|
;run: require -- before first command (+test for that)
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
6766498f42
|
run: can re-read stdin, if needed
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
df0cd78b26
|
;run: more robust terminal check
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
e4cfd31544
|
;run: add leading -- to short cmdline help
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
c354e6e9f7
|
;run: don't exit repl when subcommand exits
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
22155e2bae
|
run: make sure that reporting interval does not affect caching
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
cffceb0d06
|
;run: fix stale comments
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
1fc7006919
|
run: cache input files by (iopts, name), allows commands with different iopts
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
d3d3e02f9e
|
;run: another typo fixed
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
4ad3d00864
|
;doc: run & repl: typos fixed, you can pipe into run
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
4a08f975f6
|
;run,repl: dont print unrecognized text, error out
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
ef6b6ecc1b
|
;run: accept commands on stdin, repl hides prompt when non-interactive
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
2f348f787b
|
;repl: dont stop on exceptions
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
2ba12d6ec5
|
;repl: fixed layout in command list
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
d615865d4d
|
;run: reword the quoting passage in docs
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
4f9fff9e81
|
;repl: added to the list in Commands.hs
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
61faca16e4
|
run: split run and repl, fix journal passed to nested "run"s
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
a7116a8b0f
|
;run: missed a spot for replaceNumericFlags
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
e67bef1b0c
|
;run: expand docs (nested run, more examples)
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
b5f5c39d48
|
run: properly retrieve cached files when there are nested "run"s
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
e665bf124d
|
;run: handle reader prefixes properly
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
a76d23957f
|
;run: fix typo in the REPL help message
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
cf05ccb8e4
|
;run: comments
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
8431cbe95b
|
run: do not try to cache "top-level" journal more than once
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
5bd9be2189
|
run: allow "run" to invoke "run" (fixes #2331)
|
2025-03-06 11:54:00 -10:00 |
|
Dmitry Astapov
|
88a4b0abae
|
run: support @ARGFILEs (fixes #2330)
|
2025-03-06 11:54:00 -10:00 |
|