Augurk.CommandLine
3.2.1
Prefix Reserved
dotnet add package Augurk.CommandLine --version 3.2.1
NuGet\Install-Package Augurk.CommandLine -Version 3.2.1
<PackageReference Include="Augurk.CommandLine" Version="3.2.1" />
paket add Augurk.CommandLine --version 3.2.1
#r "nuget: Augurk.CommandLine, 3.2.1"
// Install Augurk.CommandLine as a Cake Addin #addin nuget:?package=Augurk.CommandLine&version=3.2.1 // Install Augurk.CommandLine as a Cake Tool #tool nuget:?package=Augurk.CommandLine&version=3.2.1
Command line tools for publishing feature files to Augurk.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This version integrates the new Gherkin parser instead of relying on the old SpecFlow specific parser. This makes
the total package a lot smaller as well. Due to some subtle differences in parsing (mainly indentation at the start of
a line in feature and scenario descriptions are now preserved), there is now a --compat-level flag that can be set to 2
(or lower) if necessary to fallback to the previous behavior.
Fixed a bug in PublishCommand that caused an error to occur when a relative directory containing multiple feature-files
was specified using the --featureFiles argument (see issue #6).