Add extra home config for cx

This commit is contained in:
Greg Hellings
2023-08-29 13:26:28 -05:00
committed by greg-compass
parent 4268453fad
commit a897caee9f
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@
cgh = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/compass\" gh";
crun = "compass workspace run";
ctest = "compass workspace test --extra-cmd-args=\"--test_output=errors\"";
ccover = "compass workspace cover --extra-cmd-args=\"--test_output=errors\"";
cylint = "./scripts/run_yaml_lint.py";
cpip = "compass workspace run src/python3/uc/tools:run_pip_compile";