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.
Debugging currently relies on an env var, which makes sense re: enabling debugging early on in the execution (i.e. testing the parser and things in the CLI class) but it's A) undocumented and B) not as user-friendly/obvious as a flag (which would appear in core --help).
Add a debug flag and try to find a way to tie it into the debug call, if that's doable given current structure; at the very least, document the env var.
The text was updated successfully, but these errors were encountered:
Debugging currently relies on an env var, which makes sense re: enabling debugging early on in the execution (i.e. testing the parser and things in the CLI class) but it's A) undocumented and B) not as user-friendly/obvious as a flag (which would appear in core
--help
).Add a debug flag and try to find a way to tie it into the debug call, if that's doable given current structure; at the very least, document the env var.
The text was updated successfully, but these errors were encountered: