Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 415 Bytes

verbiage-logic.md

File metadata and controls

28 lines (23 loc) · 415 Bytes

What is the logic of outputs (and actions) depending on:

  • dry-run
  • verbosity
  • file exists

File does not exist, full verbosity:

  • "gettting URL
  • "putting File
  • run thing and pring any errors

File exist, full verb:

  • "get
  • "put
  • "but already there

Verb 0:

  • if exist/dry, break Verb 1:

  • if exist/dry, break

  • "putting Verb 2:

  • "get

  • "put

  • if exist/dry "there/dry" and break

  • print misc errors