John Beisner
30e30385e5
Removing the 'RestoreSources' from all project files.
2017-11-16 11:33:14 -08:00
John Beisner
c63713e2d3
Formatting updates...
2017-11-16 08:33:20 -08:00
John Beisner
b633a14dc9
Making the 'RestoreSources' configurable.
2017-11-15 14:28:17 -08:00
John Beisner
516b6e45fc
Merge pull request #83 from johnbeisner/FixPushToBlobFeed
...
BuildTools 'props' and 'targets' should be imported automatically: CliCommandLineParser
2017-11-15 08:11:32 -08:00
John Beisner
fc651a503c
"TargetFramework" is not needed.
2017-11-14 18:25:35 -08:00
John Beisner
f9c1108716
BuildTools 'props' and 'targets' should be imported automatically.
2017-11-14 13:56:17 -08:00
Livar
2099cbbc73
Merge pull request #82 from johnbeisner/EnableTransportFeed
...
Enabling NuPkg publish to blob feed: CliCommandLineParser
2017-11-14 09:42:59 -08:00
John Beisner
ff18327f6d
Updates related to manual testing...
2017-11-13 17:05:59 -08:00
John Beisner
1fb8326ab8
More updates per code review...
2017-11-13 14:04:23 -08:00
John Beisner
e15f8f1472
Updates per code review...
2017-11-13 13:06:40 -08:00
John Beisner
e54b1f7775
Note: "ExpectedFeedUrl" is needed in the call
2017-11-12 15:16:55 -08:00
John Beisner
5dbcfcab45
Minor update...
2017-11-12 14:45:41 -08:00
John Beisner
7f48abd88a
Use SDK 1.1.4 only instead of the 2 SDKs
2017-11-10 21:26:55 -08:00
John Beisner
2e4fcfc5fa
Needs 2 SDK versions...
2017-11-10 14:15:11 -08:00
John Beisner
0de7bbc2ab
Updates...
2017-11-10 13:53:14 -08:00
John Beisner
d649fe0c27
Updates...
2017-11-10 13:46:07 -08:00
John Beisner
28b3cc9c8b
Checking in first draft changes to enable publishing to blob feed.
2017-11-10 13:19:02 -08:00
Matt Mitchell
683537c595
Merge pull request #81 from mmitche/configurable-testing
...
Make testing configurable with SkipTests
2017-11-03 12:09:46 -07:00
Matt Mitchell
913b72d6e8
Make testing configurable with SkipTests
2017-11-03 11:49:43 -07:00
Jon Sequeira
d23c92dcf1
Merge pull request #80 from peterhuene/fix-cli-7863
...
Fix handling of tokens following a double dash.
2017-10-23 13:40:56 -07:00
Peter Huene
746bee5440
Fix handling of tokens following a double dash.
...
This commit prevents the parser from processing any tokens that follow a
double dash. Previously, the parser would try to match the tokens
against acceptable arguments and options to the current command
following the double dash. This may result in modified tokens being
returned from the lex operation when the expected behavior is to leave
the tokens unmodified.
The fix is for the lex operation to keep track of whether or not a
double dash was encountered and, if so, return "unparsed" tokens for the
remaining tokens.
This fixes [CLI #7863 ](https://github.com/dotnet/cli/issues/7863 ).
2017-10-23 12:54:58 -07:00
Jon Sequeira
46055431a6
Merge pull request #79 from jonsequitur/support-empty-string-as-arg
...
allow "" to indicate empty string as argument
2017-07-27 11:40:45 -07:00
jonsequitur
48b387194d
allow "" to indicate empty string as argument
2017-07-25 08:08:17 -07:00
Jon Sequeira
04fb78b039
Merge pull request #73 from jonsequitur/implicit-root-command
...
add support for implicit root command
2017-07-12 14:00:51 -07:00
Jon Sequeira
1a822f37bc
Merge pull request #77 from nguerrera/obsolete-back-compat
...
Add back old overload for now with obsolete attribute
2017-06-26 15:38:13 -07:00
Nick Guerrera
5d0f1c5c60
Use fixed nuget.config
2017-06-26 15:33:54 -07:00
Nick Guerrera
f2ce25a3f0
Add back old overload for now with obsolete attribute
2017-06-26 15:22:53 -07:00
Nick Guerrera
b03df6de25
Allow build.cmd to run on machine with default posh execution policy
2017-06-26 15:20:03 -07:00
Jon Sequeira
88d945d7fb
Merge pull request #76 from jonsequitur/localization-improvements
...
Localization improvements
2017-06-15 11:06:09 -07:00
jonsequitur
6cc38e22de
support localization of validation messages
2017-06-15 10:51:04 -07:00
jonsequitur
7a970d7644
change target framework for sample
2017-06-15 09:39:12 -07:00
jonsequitur
ce68f967d8
set root command name based on exe name
2017-05-09 07:58:31 -07:00
jonsequitur
ca6fb6664b
add support for implicit root command
2017-05-02 19:33:52 -07:00
Jon Sequeira
352a10a1bb
Merge pull request #68 from jonsequitur/start-help-with-usage
...
start help view with usage
2017-04-27 15:16:43 -07:00
Jon Sequeira
bcb8f4df00
Merge pull request #71 from jonsequitur/make-NormalizeRootCommand-internal
...
Make normalize root command internal
2017-04-26 09:06:20 -07:00
jonsequitur
a74b8c8e1a
bump version to reset MyGet most recent package
2017-04-26 08:56:41 -07:00
jonsequitur
186c42a73a
make NormalizeRootCommand internal, avoid NullReferenceException
2017-04-26 08:56:23 -07:00
Jon Sequeira
ad77ac4f64
Update README.md
2017-04-26 08:19:15 -07:00
Jon Sequeira
5f690244a9
Update README.md
2017-04-26 08:14:04 -07:00
Jon Sequeira
bc7c4efa74
Merge pull request #70 from jonsequitur/prevent-materialize-exception-on-no-args
...
Prevent materialize exception on no args
2017-04-25 09:18:24 -07:00
jonsequitur
756a675f52
when no args are present, return null from materializer instead of throw
2017-04-25 08:46:30 -07:00
jonsequitur
3daa4bee61
R: rename & reorder existing MaterializerTests
2017-04-24 08:07:42 -07:00
jonsequitur
153273ce52
R: split ParseDiagramTests into a separate class
2017-04-24 08:02:24 -07:00
jonsequitur
b81f3d2c4b
start help view with usage
2017-04-19 15:45:49 -07:00
Jon Sequeira
bfce4616c3
Merge pull request #62 from jonsequitur/LegalFilePathsOnly-rule
...
add LegalFilePathsOnly arguments rule
2017-04-11 11:31:17 -07:00
Jon Sequeira
094f31e729
Merge pull request #67 from jonsequitur/stricter-argument-proximity
...
arguments can only apply to the nearest command
2017-04-11 11:22:51 -07:00
jonsequitur
458000c8de
arguments can only apply to the nearest command
2017-04-11 11:12:32 -07:00
Jon Sequeira
0ae2364e92
Merge pull request #66 from jonsequitur/remove-vestigial-materialize-parameter
...
remove materialize parameter that isn't used
2017-04-07 19:39:30 -04:00
jonsequitur
b54c5a4f43
remove materialize parameter that isn't used
2017-04-07 15:12:07 -04:00
Jon Sequeira
6728599097
Merge pull request #64 from jonsequitur/allow-option-and-command-with-same-alias
...
allow de-prefixed option to have the same name as a sibling command
2017-04-07 11:37:27 -04:00