File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
kmono-cli/src/k16/kmono/cli/commands
kmono-core/src/k16/kmono/core Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2828 {:keys [root packages]} (common.context/load-context opts)
2929 packages (cond->> packages
3030 filter'
31- (core.graph/filter-by (core.packages/name-matches? filter'))
31+ (core.graph/filter-by (core.packages/name-matches? filter')
32+ {:include-dependents include-dependents})
3233
3334 with-versions
3435 (kmono.version/resolve-package-versions root)
Original file line number Diff line number Diff line change 118118(defn find-package-directories
119119 " Find packages in a given `root` that are described by the given set of
120120 `package-globs`."
121- {:malli/schema [:-> :string [:or :string [:set :string ]] [:vector ?Path]]}
121+ {:malli/schema [:-> :string [:or :string [:set :string ]] [:set ?Path]]}
122122 [root package-globs]
123123 (let [root (-> (fs/path root)
124124 fs/normalize
You can’t perform that action at this time.
0 commit comments