We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac11bc commit 57d8095Copy full SHA for 57d8095
src/ghctl.rs
@@ -46,6 +46,7 @@ fn maybe_get_github_token_env_var() -> Result<String> {
46
pub async fn cli(opts: Opts) {
47
env_logger::builder()
48
.filter_level(opts.verbose.log_level_filter())
49
+ .target(env_logger::Target::Stdout)
50
.init();
51
match build_context(opts) {
52
Ok(context) => match &context.opts.command {
0 commit comments