Command line client for Write.as https://write.as/apps/cli
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

22 rader
663 B

  1. writeas-cli (1.2) xenial; urgency=medium
  2. * Add --md flag
  3. -- Write.as <hello@write.as> Sat, 29 Sep 2018 12:15:27 -0400
  4. writeas-cli (1.1+git20171119.dc1ab5b-1ubuntu1) xenial; urgency=medium
  5. * Add --user-agent flag
  6. -- Write.as <hello@write.as> Tue, 25 Sep 2018 13:02:41 -0400
  7. writeas-cli (1.0+git20171119.dc1ab5b-1) xenial; urgency=medium
  8. * All logging and errors go to stderr, not stdout (Closes: #11)
  9. * Verbose logging requires `-v` or `--verbose` flag
  10. * Executable now lives in `cmd/` directory
  11. * All errors exit with status 1
  12. * Fixed `cli` library deprecation (Closes: #8)
  13. -- Write.as <hello@write.as> Sun, 19 Nov 2017 09:36:28 -0500