diff --git a/src/modules/punk/nav/fs-999999.0a1.0.tm b/src/modules/punk/nav/fs-999999.0a1.0.tm index 32746eab..6d8cadb4 100644 --- a/src/modules/punk/nav/fs-999999.0a1.0.tm +++ b/src/modules/punk/nav/fs-999999.0a1.0.tm @@ -367,7 +367,7 @@ tcl::namespace::eval punk::nav::fs { (on a case-insensitive filesystem the first pattern would also match names beginning with T) } @values -min 1 -max -1 -type string - v -type string -choices {/ //} -help\ + v -type string -choices {/ //} -choiceprefix 0 -help\ " / - list directories only // - list directories and files diff --git a/src/modules/punk/nav/fs-buildversion.txt b/src/modules/punk/nav/fs-buildversion.txt index f47d01c8..90f5323d 100644 --- a/src/modules/punk/nav/fs-buildversion.txt +++ b/src/modules/punk/nav/fs-buildversion.txt @@ -1,3 +1,4 @@ -0.1.0 +0.1.1 #First line must be a semantic version number #all other lines are ignored. +#0.1.1 - PUNKARGS fix: d/ v argument now declares -choiceprefix 0 so documented behaviour matches the manual parser (exact match required, no prefix matching)