Skip to content

donjajo/cliargs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cliargs

Read CLI arguments into your C application

How to Use

Example can be found in cliargs_test.c

gcc tests/cliargs_test.c -Wall -o test

Supports

  • Long & Short arguments
app -l --long-name
  • Group short arguments
app -lnR value_of_R
  • Required Arguments

Wrote this learning C, improvements and critics are welcome :)

About

Read CLI arguments into your application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages