소스 검색

Always exclude inigrep from debugging

It makes a lot of noise that is normally not very relevant to the
application.
Alois Mahdal 6 년 전
부모
커밋
f582f6e81f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/bin/app.skel

+ 1
- 0
src/bin/app.skel 파일 보기

@@ -15,6 +15,7 @@
15 15
     SATURNIN_LIBEXEC_PREFIX="__MKIT_PROJ_PKGNAME__-"
16 16
     SHELLFU_PATH="__SATURNIN_SHELLFU_DIR__"
17 17
     PRETTY_USAGE="subcommand"
18
+    PRETTY_DEBUG_EXCLUDE="$PRETTY_DEBUG_EXCLUDE:inigrep"
18 19
 }
19 20
 
20 21
 shellfu import saturnin