summaryrefslogtreecommitdiff
path: root/subplot/jt.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-09 10:21:24 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-09 10:21:24 +0300
commitbff6f54a403411e7730b405fa7ff0de81caf9f44 (patch)
tree2d4f7b1b2aff829da4ba0bfd916692aea860eded /subplot/jt.yaml
parent9243b189a1a12bc0ed819d59cd3cbe9ce5d37c2a (diff)
downloadjt2-bff6f54a403411e7730b405fa7ff0de81caf9f44.tar.gz
refactor: move Subplot bindings, functions files to subplot/
This makes the source tree a little cleaner, I find.
Diffstat (limited to 'subplot/jt.yaml')
-rw-r--r--subplot/jt.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/subplot/jt.yaml b/subplot/jt.yaml
new file mode 100644
index 0000000..863dbeb
--- /dev/null
+++ b/subplot/jt.yaml
@@ -0,0 +1,16 @@
+- when: I run jt init (?P<dirname>\S+) (?P<journalname>\S+) "(?P<title>.*)"
+ regex: true
+ function: run_jt_init
+
+- when: I run jt list-journals
+ function: run_jt_list_journals
+
+- when: I run jt is-journal {dirname}
+ function: run_jt_is_journal
+
+- then: directory {dirname} exists
+ function: is_directory
+
+- then: output contains "(?P<pattern>.*)"
+ regex: true
+ function: output_contains