new parser version, adjust column spacing in tests
This commit is contained in:
parent
94bc781df7
commit
4a2c3932e7
6 changed files with 18 additions and 18 deletions
|
@ -19,12 +19,12 @@ namespace Microsoft.DotNet.Cli.Add.Reference.Tests
|
|||
Usage: dotnet add <PROJECT> reference [options] <args>
|
||||
|
||||
Arguments:
|
||||
<PROJECT> The project file to operate on. If a file is not specified, the command will search the current directory for one.
|
||||
<args> Project to project references to add
|
||||
<PROJECT> The project file to operate on. If a file is not specified, the command will search the current directory for one.
|
||||
<args> Project to project references to add
|
||||
|
||||
Options:
|
||||
-h, --help Show help information
|
||||
-f, --framework <FRAMEWORK> Add reference only when targeting a specific framework
|
||||
-h, --help Show help information
|
||||
-f, --framework <FRAMEWORK> Add reference only when targeting a specific framework
|
||||
";
|
||||
|
||||
const string FrameworkNet451Arg = "-f net451";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue