We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12e996 commit 4550bc0Copy full SHA for 4550bc0
src/bin/tectonic/v2cli.rs
@@ -497,7 +497,9 @@ impl ShowCommand {
497
struct ShowUserCacheDirCommand {}
498
499
impl ShowUserCacheDirCommand {
500
- fn customize(&self, _cc: &mut CommandCustomizations) {}
+ fn customize(&self, cc: &mut CommandCustomizations) {
501
+ cc.always_stderr = true;
502
+ }
503
504
fn execute(self, _config: PersistentConfig, _status: &mut dyn StatusBackend) -> Result<i32> {
505
use tectonic_bundles::cache::Cache;
0 commit comments