summaryrefslogtreecommitdiff
path: root/jt.md
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2020-10-12 07:02:46 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2020-10-12 07:02:46 +0000
commitb3bcb11938f7bebdc15eef8fdb1e2267d39b2818 (patch)
tree0b9c5a1d8912f98e0eeebff38ca9d5b437f241b3 /jt.md
parent9243b189a1a12bc0ed819d59cd3cbe9ce5d37c2a (diff)
parente8a9639a00cf4ccd2665fd3b6fe499cf77b88c14 (diff)
downloadjt2-b3bcb11938f7bebdc15eef8fdb1e2267d39b2818.tar.gz
Merge branch 'subplot' into 'master'
Port jt to use current runcmd from Subplot See merge request larswirzenius/jt!3
Diffstat (limited to 'jt.md')
-rw-r--r--jt.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/jt.md b/jt.md
index c8beace..6c2eb9b 100644
--- a/jt.md
+++ b/jt.md
@@ -43,15 +43,15 @@ verified using *scenarios* for the [Subplot][] tool.
using the tool.
~~~scenario
-when I run jt init jrnl default "My test journal"
-then program finished successfully
+when I invoke jt init jrnl default "My test journal"
+then command is successful
and directory jrnl exists
-when I run jt is-journal jrnl
-then program finished successfully
+when I invoke jt is-journal jrnl
+then command is successful
-when I run jt is-journal bogus
-then exit code is non-zero
+when I invoke jt is-journal bogus
+then command fails
~~~
@@ -62,9 +62,9 @@ author:
- Lars Wirzenius
- Daniel Silverstone
bindings:
-- jt.yaml
-- runcmd.yaml
+- subplot/jt.yaml
+- subplot/runcmd.yaml
functions:
-- jt.py
-- runcmd.py
+- subplot/jt.py
+- subplot/runcmd.py
...