(ns runs.core (:require [clojure.tools.cli :refer [cli]]) (:gen-class)) (defn -main [& args] (let [[opts args banner] (cli args ["-h" ...
確定! 回上一頁