tree: ff5fd28283f61998f80af983e62dda738db1697e [path history] [tgz]
  1. include/
  2. args_parser.cpp
  3. BUILD.gn
  4. 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.