import "./functions";

declare module "love" {
  /**
   * Contains functions for analyzing command line arguments.
   *
   * Implemented in [boot.lua](https://bitbucket.org/rude/love/src/default/src/scripts/boot.lua)
   */
  namespace arg {}
}
