Skip to content

Instantly share code, notes, and snippets.

@gsscoder
Created June 18, 2015 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gsscoder/e872cc4cec33cb24b967 to your computer and use it in GitHub Desktop.
Save gsscoder/e872cc4cec33cb24b967 to your computer and use it in GitHub Desktop.
commandline20x-pre_assemblyinfo.fs
(*
* Minimal AssemblyInfo.fs for automatic help screen generation in Command Line Parser Library 2.0.x-pre.
*)
module YourProject.AssemblyInfo
open System.Reflection
[<assembly: AssemblyCopyright("Copyright (c) 2015 Your Name Here")>]
do()
@gsscoder
Copy link
Author

This is only necessary, if you follow the recommended pattern of delegating help screen generation and management to the library.
2.0.x-pre Wiki: https://github.com/gsscoder/commandline/wiki/Latest-Version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment