CommandLineUtils icon indicating copy to clipboard operation
CommandLineUtils copied to clipboard

Command line parsing and utilities for .NET

Results 66 CommandLineUtils issues
Sort by recently updated
recently updated
newest added

When using the generic host integration, I would like the command line parser to be able to set the the host’s environment (`IHostEnvironment.EnvironmentName`). This can be done statically like this:...

enhancement
help wanted
area-hosting

I got two ideas on how to do this: 1. This could automatically be applied to `bool?`-type options making all three states reachable 2. This could be enabled by specifying...

enhancement
stale

`GenerateCommands` in `DefaultHelpTextGenerator` does not handle commands correctly when there are multiple levels of subcommands. **To Reproduce** Steps to reproduce the behavior: 1. Version 4.0.1 2. Define more than one...

bug

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. Release notes Sourced from actions/download-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (actions/download-artifact#134) Update package-lock.json file version to 2 (actions/download-artifact#136) Breaking Changes...

dependencies

### `GetPassword` is broken 1. Writing `"\b \b"` will not move up lines in the console, so if the input currently spans multiple lines your backspace breaks (will not back...

bug
help wanted
good first issue

Bumps [Moq](https://github.com/moq/moq4) from 4.16.1 to 4.18.1. Changelog Sourced from Moq's changelog. 4.18.1 (2022-05-16) Fixed Regression with lazy evaluation of It.Is predicates in setup expressions after updating from 4.13.1 to 4.16.1...

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.2.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.2.0 See the release notes here. v17.2.0-preview-20220401-08 See the release notes here. v17.2.0-preview-20220401-07 See the release notes here....

dependencies

**Describe the bug** After an update from 3.1.0 to 4.0.1 I see an exception: System.InvalidOperationException HResult=0x80131509 Message=**Could not find a way to set McMaster.Extensions.CommandLineUtils.CommandLineApplication.RemainingArguments. Try adding a private setter**. Source=McMaster.Extensions.CommandLineUtils...

bug

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. Release notes Sourced from actions/upload-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (#293) Update package-lock.json file version to 2 (#302) Breaking Changes...

dependencies

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. Release notes Sourced from codecov/codecov-action's releases. v3.0.0 Breaking Changes #689 Bump to node16 and small fixes Features #688 Incorporate gcov arguments for the Codecov...

dependencies