gren-args A package for parsing arguments passed from the gren/node package. Getting started To get started with this package, it's assumed you've already setup your program with the gren/node package. Once you have your program running, you can get its arguments from the configuration object passed from the Node.initalize function. You can then parse those arguments using the Args.parse function in this package. Here's a code example: Node.Program.await Node.initialize (\configuration -> let...