#!/usr/bin/env bb (ns snippets-cms (:require [snippets-cms.tui])) (when (= *file* (System/getProperty "babashka.file")) (apply snippets-cms.tui/-main *command-line-args*))