Skip to content
Snippets Groups Projects
  1. May 30, 2023
  2. Jun 05, 2023
  3. May 30, 2023
  4. Apr 02, 2023
  5. Mar 31, 2023
  6. Mar 24, 2023
  7. Mar 23, 2023
  8. Mar 22, 2023
  9. Mar 21, 2023
  10. Mar 22, 2023
  11. Mar 16, 2023
  12. Mar 15, 2023
    • Raphaël Gomès's avatar
      basics: move printing away from `show` · 6961bdbc1e69
      Raphaël Gomès authored
      The lib shouldn't do any printing, leave that to the callers.
      6961bdbc1e69
    • Raphaël Gomès's avatar
      basics: remove useless prints · f34dc2a36ce6
      Raphaël Gomès authored
      They are already duplicated by CLI callers. Also we're trying to remove
      all calls to print from the lib, so it's a bonus.
      f34dc2a36ce6
    • Raphaël Gomès's avatar
      cli: use `click.echo` instead of `print` · e24fc1dd579e
      Raphaël Gomès authored
      According to the click docs:
      ```
      Compared to print(), this does the following:
      	- Ensures that the output encoding is not misconfigured on Linux.
          - Supports Unicode in the Windows console.
          - Supports writing to binary outputs, and supports writing bytes
      	  to text outputs.
          - Supports colors and styles on Windows.
          - Removes ANSI color and style codes if the output does not look
      	  like an interactive terminal.
          - Always flushes the output.
      ```
      e24fc1dd579e
    • Raphaël Gomès's avatar
      cli: use click to write to stderr · dbeea6c39ea7
      Raphaël Gomès authored
      This helps us write colors easily.
      dbeea6c39ea7
Loading