Skip to content

Instantly share code, notes, and snippets.

@NickLydon
Last active August 29, 2015 13:57
Show Gist options
  • Save NickLydon/9794761 to your computer and use it in GitHub Desktop.
Save NickLydon/9794761 to your computer and use it in GitHub Desktop.
let directory, searchPatterns =
match argv with
| [| |] -> failwith "Directory must be provided as first argument"
| [| directory |] -> directory, [| IncludeKey; "*" |]
| _ -> argv.[0], argv.[ 1.. ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment