Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 537215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:54:12+00:00 2026-05-13T09:54:12+00:00

As ConsoleFx seems to be progressing too slow (bummer, it had much potential) and

  • 0

As ConsoleFx seems to be progressing too slow (bummer, it had much potential) and showing too many breaking changes every build, I decided to switch to Mono.Options for my commandline parsing needs.

My OptionSet is built in the following method

private static OptionSet BuildOptionSet()
{
    OptionSet optionSet = new OptionSet()
        .Add("?|help|h", "Prints out the options", option => help = option != null)
        .Add("w|wait", "Waits for any key after finished processing", option => wait)
    return optionSet;
}

All tutorials I find, deal with options and how to capture them, but arguments are never mentioned.

The following call for example

   c:\>test.exe brandCode1 brandCode2 /w

Should put wait on true and give me two arguments with values brandCode1 and brandCode2.
How can I capture them in a clean way from the args[] ?

Is this not possible with Mono.Options?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T09:54:13+00:00Added an answer on May 13, 2026 at 9:54 am

    From what I can tell from reading the docs, you need to call OptionSet‘s parse method at some point. When you do, it processes your actions and returns “A List<string> containing all unhandled arguments.”

    Unfortunately, you also need to pass it the main method’s argument to get this to work.

    List<string> extra = optionSet.Parse(args);
    

    Edit: In case my link (still) isn’t working, parse should link to http://www.ndesk.org/doc/ndesk-options/NDesk.Options/OptionSet.html#M:NDesk.Options.OptionSet.Parse%28System.String,NDesk.Options.OptionContext%29

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use the dark-blue2 color theme but it seems ugly under console. So I
I have a console app that needs to display the state of items, but
I have a console program written in C# that I am using to send
I am developing console application in .Net and I want to change a behavior
In a .NET Win console application, I would like to access an App.config file
I have a console application that will be kicked off with a scheduler. If
WebKit/Safari supports the console object, which is similar to what Firebug does. But what
I have a Console application hosting a WCF service. I would like to be
I have a C# console app App1 that reads a row of data from
I have a trivial console application in .NET. It's just a test part of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.