container: finance: add dependency checks for modules
Since modules are included upon build type, if a build doesn't support a feature then that feature's dependencies will not be available. This commit will give notice of those missing dependencies.
This commit is contained in:
@@ -102,6 +102,8 @@ $(echo $global_meta_header | xsv headers -)
|
||||
|
||||
function lib_meta::__meta()
|
||||
{
|
||||
lib_utils::deps_check "visidata"
|
||||
|
||||
# TODO: can visidata regex multiple columns from the commandline?
|
||||
local _tmp_dir
|
||||
_tmp_dir="$(mktemp -d -p /tmp docker-finance_XXX)"
|
||||
|
||||
Reference in New Issue
Block a user