You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we need to pass down the oclif logging utilities down to each function.
That makes it very hard to refactor existing functions and uglifies the code.
We could create a global logging utility/object and initialize it during command initialization.
Then we could expose it to be used from any function simply by requiring it.
The text was updated successfully, but these errors were encountered:
erezrokah
added
type: feature
code contributing to the implementation of a feature and/or user facing functionality
type: chore
work needed to keep the product and development running smoothly
and removed
type: feature
code contributing to the implementation of a feature and/or user facing functionality
labels
Jun 22, 2021
At the moment we need to pass down the
oclif
logging utilities down to each function.That makes it very hard to refactor existing functions and uglifies the code.
We could create a global logging utility/object and initialize it during command initialization.
Then we could expose it to be used from any function simply by requiring it.
Somehow related to #1846
The text was updated successfully, but these errors were encountered: