blob: 54b2d0c3b41cae2238981abf7f0864bf406ccc44 [file] [log] [blame] [view] [edit]
# 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](/docs/development/api/tools.md).