Allan Regush

Results 4 comments of Allan Regush

I'm not sure what does this add? GitHub has a highlight for first PR, issue, etc. I like that we just opt-in on tasks we want to do. Not to...

Would this be an acceptable patch? ```swift static func preprocess(_ arguments: [String]) throws { guard !arguments.contains(where: Set(["-help", "-h", "--help", "--version"]).contains) else { return } ```

Results ```shell time ./vapor -h OVERVIEW: Vapor Toolbox (Server-side Swift web framework) USAGE: vapor OPTIONS: --version Show the version. -h, --help Show help information. SUBCOMMANDS: new (default) Generates a new...

Hello, Sure, we can wait until the other PR lands. Should we close for the time being?