To have a. NET Program support command-line startup

Source: Internet
Author: User

Many times, we need to have the program support command-line startup, this time we need a command-line parser, because the. Net BCL does not have a built-in command-line parsing library, so we need to implement one ourselves. For simple parameters, it is also good to write a string comparison function to parse the args parameter. But if you need to configure a lot of parameters, you have to design this parser well.

With the principle of not repeating the wheel, I searched the internet and found that someone had asked the same question on the StackOverflow: best way to the parse command line arguments in C #?. A simple look, sorted out a few of the more favorite libraries, here to record, for the same needs of friends reference.

  1. Ndesk.options
  2. Command Line Parser Library
  3. Clap ?

To have a. NET Program support command-line startup

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.