Skip to content
Snippets Groups Projects
Select Git revision
  • 6f4ed2490fbcde0b74e7b8251ad71e29b430b8ef
  • master default
  • fix_heic
  • 0.13.5 protected
  • 0.13.4 protected
  • 0.13.3 protected
  • 0.13.2 protected
  • 0.13.1 protected
  • 0.13.0 protected
  • 0.12.4 protected
  • 0.12.3 protected
  • 0.12.2 protected
  • 0.12.1 protected
  • 0.12.0 protected
  • 0.11.0 protected
  • 0.10.1 protected
  • 0.10.0 protected
  • 0.9.0 protected
  • 0.8.0 protected
  • 0.7.0 protected
  • 0.6.0 protected
  • 0.5.0 protected
  • 0.4.0 protected
23 results

main.py

Blame
  • cli.mdwn 613 B
    [[!meta title="The New Command Line Manifesto"]]
    
    Idea: let all new commands to support also machine-readable
    formats as inputs and outputs.
    
    This, along with UNIX pipes and daemon interfacing, brings CLI
    to a new era of services that are:
    
    * Still based on small programs that do one thing but one thing right.
    * But also are capable of interacting with each other in an uniform way.
    
    So let them support parameters like `--json` and `--yaml` for it's I/O.
    
    In other words, with parsers and serializers it's possible to keep an
    ecosystem of UNIX microservices interacting with each other using a
    consistent API.