Menu

Tree [236897] default tip /
 History

Read Only access


File Date Author Commit
 docs 2025-12-23 ggb ggb [f395c1] Replace cmd_prefix_first() with cmd_match()
 .hgignore 2025-10-13 ggb ggb [4def7f] Fixed README
 .hgtags 2025-12-23 ggb ggb [236897] Added tag V0-17 for changeset f395c167dc36
 README.md 2025-10-13 ggb ggb [4def7f] Fixed README
 docgen.sh 2025-06-28 ggb ggb [ec4ca6] Allow match Option[string] to matcher value.
 docs.html 2025-04-20 ggb ggb [a54c47] Initial load - working code
 match_args.nim 2025-12-23 ggb ggb [f395c1] Replace cmd_prefix_first() with cmd_match()
 match_args.nimble 2025-12-23 ggb ggb [f395c1] Replace cmd_prefix_first() with cmd_match()

Read Me

Match Command Line Argauments

NIM functions to iterate over command line arguments and split parts of arguments.

More details can be found in the code comments or the documentation that can be generated from those comments.

Installation

    nimble install "http://hg.code.sf.net/p/nim-match-srgs/code"