LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

Deprecate automatic clipboard #163

Closed cjea closed 3 years ago

cjea commented 3 years ago

Copying to clipboard will still succeed by passing the --clip arg to the cli. Piping to pbcopy is equivalent.

Test:

$ ./reslang --web --open --clip --events models/eventing/

Internal refactor makes the logging and clipping local to one function. Also removed two options (testwrite and testdir) which were used for regenerating test fixtures.

ops-github-DU4JOAWE commented 3 years ago

This change is Reviewable