2.0重构版本
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

11 行
153 B

  1. @startuml
  2. (*) --> "check input"
  3. If "input is verbose" then
  4. --> [Yes] "turn on verbosity"
  5. --> "run command"
  6. else
  7. --> "run command"
  8. Endif
  9. --> (*)
  10. @enduml