seaneagan / unscripted

Define command-line interfaces using ordinary dart methods and classes.
BSD 3-Clause "New" or "Revised" License
23 stars 10 forks source link

Allow the rest parameter to occur anywhere in the positional arguments #20

Open seaneagan opened 10 years ago

seaneagan commented 10 years ago

When porting dgrep.dart to unscripted, the rest parameter is actually at the beginning of the positional arguments, with a trailing file argument. Is this still a common practice today ?