tree: ed9272bb1998ab2f7b59c6f8b5a5b032e1dae3a5
  1. include/
  2. test/
  3. args_parser.cc
  4. BUILD.gn
  5. OWNERS
  6. 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.