From 8f0fb77dd5d789c5e6370c2083df701729c4de24 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 30 Jun 2016 17:18:23 -0700 Subject: Silent warnings in pants. When listing the options, pass the `-q' flag to pants to silent any warnings. --- pants.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pants.el b/pants.el index 0c08ed5..97557b8 100644 --- a/pants.el +++ b/pants.el @@ -91,7 +91,7 @@ (defun pants--build-target-list (file action) "Generates a list of existing targets" - (let ((build-command (format "%s list %s:" (pants--build-command) file)) + (let ((build-command (format "%s -q list %s:" (pants--build-command) file)) targets target) (set (make-local-variable 'default-directory) (pants--get-source-tree)) (with-temp-buffer -- cgit 1.4.1