2.0重构版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 2 година
12345678910
  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