Coder Social home page Coder Social logo

argsparser's Introduction

Hi there πŸ‘‹

I'm fmuecke, a passionate software developer and agile enthusiast based in Bavaria, Germany.

Skills

  • Languages: C++, C#, PowerShell, Batch
  • Frameworks: Qt, boost, .Net Core
  • Tools: Git, AzureDevops

About Me

I am currently employed as Agile Coach at baramundi software and have a Master's degree equivalent in Computer Science ("Diplominformatiker"). My connection with tech started way back with my dad's old C64 and have been employed in the tech industry for almost 20 years. What fascinated me early on was being able to create things and not just run prigrams but influence the way computers work.

GitHub Stats

Your GitHub Stats Top Languages GitHub Streak Stats GitHub Trophies

argsparser's People

Contributors

fmuecke avatar

Watchers

 avatar  avatar

Forkers

bubdm

argsparser's Issues

support enum values

I would like to specify params that have pre-defined values.

e.g. I am writing an export tool, that supports multiple different formats and I would like to specify those as enum.

enum Format { version1, version2 };
[CommandArg(HelpText = "the output file format", IsRequired = true)]
public Format Format { get; set; }

refine output

the current output wastes a lot of space with all the newlines after each command

Please remove those.

Parser crashes, if command has no desctiption attribute set

Unhandled Exception: System.InvalidOperationException: Sequence contains no matc
hing element
at System.Linq.Enumerable.First[TSource](IEnumerable1 source, Func2 predica
te)
at fmdev.ArgsParser.Command.get_Description()
at fmdev.ArgsParser.ArgsParser.PrintUsage()
at fmdev.ArgsParser.ArgsParser.Parse(String[] args)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.