ref: Replace v.io/x/lib/cmdline with v.io/x/lib/cmdline2

Nobody is using the old cmdline package anymore, so this sequence
of CLs removes the old cmdline and renames cmdline2 to cmdline.

An empty cmdline2/.api file is leftover, necessary for the api
checking tool.  That will be removed in a subsequent CL.

MultiPart: 3/4

Change-Id: I63a3d31858762a213d789e18e199bc386c95cc22
44 files changed
tree: 8af0827b75aa833c8c2c39f917c554640650731f
  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.