File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 6363startBold  =  "\\ fB"  # start bold text tag 
6464endBold  =  "\\ fR"  # end bold text tag 
6565
66- startItalic  =  "\\ fI"  # start italic text tag 
67- endItalic  =  "\\ fP"  # end italic text tag 
68- 
6966
7067###### Argument decoration ###### 
7168
7269### optional arguments tags ### 
7370
7471# if an optional argument is displayed as [?optArg] (with "optArg" underlined) 
7572# this value should be f"[?{startUnderline}" 
76- startOptionalArgument  =  f"[{ startItalic }  
73+ startOptionalArgument  =  f"[{ startUnderline }  
7774# if an optional argument is displayed as [?optArg] (with "optArg underlined") 
7875# this value should be f"{endUnderline}]" 
79- endOptionalArgument  =  f"{ endItalic }   
76+ endOptionalArgument  =  f"{ endUnderline }   
8077
8178### mandatory arguments tags ### 
8279startMandatoryArgument  =  f"{ startUnderline }   
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments