On Fri, Oct 9, 2020 at 3:15 PM alpeware llc wrote:
> You should be able to specify the deps.edn file using a env variable -
>
> The Clojure tools will use the following deps.edn map sources, in this
> order:
>
>-
>
>Root - found in the installation of clj (or as a resource in
>tools.d
You should be able to specify the deps.edn file using a env variable -
The Clojure tools will use the following deps.edn map sources, in this
order:
-
Root - found in the installation of clj (or as a resource in tools.deps)
-
User - cross-project configuration (typically tools)
-
On Fri, Oct 9, 2020 at 1:34 PM Gregg Reynolds wrote:
> I'm writing a command line tool, and using `$ clj -m obazl args` to run
> it. My deps.edn file contains the path to the sources. Works great,
> except when it doesn't.
>
> I copied the deps.edn to the root directory of a project and when I
I'm writing a command line tool, and using `$ clj -m obazl args` to run
it. My deps.edn file contains the path to the sources. Works great,
except when it doesn't.
I copied the deps.edn to the root directory of a project and when I run it
it produces no output. It just returns silently. I injec