Provide 'noLog' option for getBranchInfo' |
isGithubWorkflow`
#20
Labels
enhancement
New feature or request
getBranchInfo' |
isGithubWorkflow`
#20
In different projects we use a js script to create a command which is then executed in the terminal with eval:
eval "$(node ../../set_env.mjs)"
Currently we need to override the
console.log
function to prevent undesired log statements when callinggetBranchInfo
.something like:
It would be more ergonomic to simply provide a flag for a
noLog
optionThe text was updated successfully, but these errors were encountered: