We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debug does not appear until next module update output triggers it...
output module needs some rework...
The text was updated successfully, but these errors were encountered:
$ ./spire -e '(debug nil)' nil
Note no debug line
$ ./spire -e '(debug nil)(shell {:cmd "true"})' :1 (shell {:cmd "true"}) --------- :1 local (debug nil) --------- nil ---------------------------------------- :1 (shell {:cmd "true"}) local {:err "", :exit 0, :out "", :out-lines [""], :result :ok}
debug now appears
Sorry, something went wrong.
fixed in 0.1.0-alpha.14
$ ./spire -e '(debug nil)' --------- :1 local (debug nil) --------- nil ---------------------------------------- nil
No branches or pull requests
debug does not appear until next module update output triggers it...
output module needs some rework...
The text was updated successfully, but these errors were encountered: