tree: a527e6890191c5d22f13960e814ee34dd752910d [path history] [tgz]
  1. include/
  2. test/
  3. args_parser.cc
  4. BUILD.bazel
  5. BUILD.gn
  6. METADATA.textproto
  7. README.md
zircon/system/ulib/cmdline/README.md

Fuchsia Command Line Parsing Library

This directory contains a C++ library that supports command line argument parsing and usage help. The ultimate intent is to supply direct, straightforward APIs that simplify enabling common features of a CLI application, and where applicable, ensure compliance with Fuchsia guidelines.