Skip to content

`getopt` function for dos style(start with slash, eg: /x) command line flag parsing.

License

Notifications You must be signed in to change notification settings

ofey404/getopt-dos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getopt for dos style command line flags(/x)

Keep the most similarity with standard unix getopt.

Goal:

  • flag with no argument, eg: /x
  • colon separated argument, eg: /x:10
  • space separated argument list, eg: /x arg1 arg2

About

`getopt` function for dos style(start with slash, eg: /x) command line flag parsing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published