restructure modules
This commit is contained in:
parent
48dcb9c5a5
commit
314c480c41
12 changed files with 80 additions and 106 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bb
|
||||
|
||||
(ns snippets-cms
|
||||
(:require [cli.main]))
|
||||
(:require [snippets-cms.tui]))
|
||||
|
||||
(when (= *file* (System/getProperty "babashka.file"))
|
||||
(apply cli.main/-main *command-line-args*))
|
||||
(apply snippets-cms.tui/-main *command-line-args*))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue