ref: Convert all programs in ref to use package cmdline.

The exceptions are inithelper and suidhelper, since they are
meant to use a minimal amount of code for easy auditing.

The rpc/benchmark/main is also left alone, since it relies on a
specific init sequence, and it's just for our own internal
benchmarking anyways.

Changed global flags to flags on the root command for many
programs, to get better help messages.

Change-Id: I48d61327862506ca50f9b8d57818a01941b256f1
53 files changed
tree: 5e474c62363e16bf9ab0bf55ea0aa892457ccee2
  1. cmd/
  2. envvar/
  3. examples/
  4. internal/
  5. lib/
  6. runtime/
  7. services/
  8. test/
  9. .gitignore
  10. AUTHORS
  11. CONTRIBUTORS
  12. LICENSE
  13. PATENTS
  14. README.md
  15. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.