소스 검색

FPCUnit: Formatting short options

n7800 6 시간 전
부모
커밋
603cdc8183
1개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. 11 1
      packages/fcl-fpcunit/src/consoletestrunner.pas

+ 11 - 1
packages/fcl-fpcunit/src/consoletestrunner.pas

@@ -116,7 +116,17 @@ const
   ArgNoConfig = 'no-config';
 
 const
-  ShortOpts = 'alhpsyrnux';
+  ShortOpts =
+    'h'+ // ArgHelp
+    'l'+ // ArgList
+    'a'+ // ArgAll
+    's'+ // ArgSuite
+    'r'+ // ArgSparse
+    'n'+ // ArgNoAddresses
+    'y'+ // ArgStyleSheet
+    'p'+ // ArgProgress
+    'u'+ // ArgStatus
+    'x'; // ArgNoExitCode
   DefaultLongOpts: array[1..14] of string = (
     ArgHelp,
     ArgList,