You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function should allow library users to tokenize argument strings into arguments. By default, it should follow the POSIX standard and effectively mimic getopt or getopt_long. If useful, customization can be added via a TokenizeConfig struct.
The text was updated successfully, but these errors were encountered:
This function should allow library users to tokenize argument strings into arguments. By default, it should follow the POSIX standard and effectively mimic
getopt
orgetopt_long
. If useful, customization can be added via aTokenizeConfig
struct.The text was updated successfully, but these errors were encountered: