3 (run-tests 'login-test)
6 ;; (println "Add command > context[" (:tag (:command-context @bkell/shell ))
7 ;; "] > users?[" (= (keyword "users") (:tag (:command-context @bkell/shell )))
8 ;; "] > :previous / each_copy[" (:previous @bkell/shell)"] > match?["
9 ;; (and (= (keyword "users") (:tag (:command-context @bkell/shell )))
10 ;; (= (keyword "user") (:tag (:previous @bkell/shell )))) "]")
12 ;; (if (and (= (keyword "users") (:tag (:command-context @bkell/shell )))
13 ;; (= (keyword "user") (:tag (:previous @bkell/shell ))))
15 ;; ;; we are adding a user
16 ;; (add-user db-base-URL db-system-DIR (:previous @bkell/shell))
18 ;; ;; this is a generic 'add'
19 ;; (add-generic db-base-URL db-system-DIR (:previous @bkell/shell) (:command-context @bkell/shell ))