gflags.github.io
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
Package Information
- Domain:
gflagsgithub.io
- Name:
gflags.github.io
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install +gflags.github.io -- $SHELL -i
Programs
This package provides the following executable programs:
No programs specified
Available Versions
Show all 1 versions
2.2.2
Latest Version: 2.2.2
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +gflagsgithub.io@2.2.2 -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.gflagsgithubio
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.