Skip to content

Explanations in help missing #577

Open
@Foolius

Description

@Foolius
using System.IO;

namespace mlctl
{
    class Program
    {
        /// <summary>
        /// summary 
        /// </summary>
        /// <param name="p">first parameter</param>
        /// <param name="i">second parameter</param>
        /// <returns></returns>
        static void Main(FileInfo p, FileInfo i)
        {
            Console.WriteLine(p);
            Console.WriteLine(i);
        }
    }
}
Usage:
  mlctl [options]

Options:
  -p <p>       p
  -i <i>       i
  --version    Display version information

As you can see neither the summary nor the text for the parameter is displayed in the help text.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions