Граф коммитов

32 Коммитов

Автор SHA1 Сообщение Дата
Tom Deseyn 8238c79817
Update dotnet-suggest install instructions. (#2189)
* Update dotnet-suggest install instructions.

- Add 'dotnet tool install' command for 'dotnet-suggest'.
- Use 'dotnet-suggest script' to obtain the shell scripts.
- Use .bashrc instead of .bash_profile for the bash script.
- Store the script in a separate file, and source it.
- Remove script start/end comments, they are not needed if the script is installed in a file.

* Update dotnet-suggest.md

* Update dotnet-suggest-shim.bash

* Add back the original instructions for PowerShell.
2023-06-06 10:32:58 -07:00
Jon Sequeira 15716023ba
remove outdated docs (#1766)
* remove outdated docs

* update readme
2022-06-17 19:26:35 -07:00
Jon Sequeira 3021ce9663
Update readme.md 2022-06-17 12:48:34 -07:00
John Wilson 4fac9d3ae5
Added ZSH Completion Shim Script (#1643)
* Add zsh completion shim and documentation.

* ZSH shim script updated to use modern completions (thanks to @baronfel for the work on this).

Co-authored-by: John Wilson <john.wilson@crispthinking.com>
2022-02-18 11:02:44 -08:00
Jon Sequeira 4f7a7e7eb3
Update model-binding.md 2022-02-03 12:12:29 -08:00
Jon Sequeira b4884b86aa
Update How-To.md 2022-02-03 12:05:04 -08:00
Jon Sequeira 2b7dfed12b update getting started doc 2022-01-04 19:11:29 -08:00
elgonzo 32bce63b0f
Update how-to about sub-commands (#1479) 2021-12-02 13:29:12 -08:00
Jon Sequeira 843fdc7958
Fix bool greediness bug (#1416)
* special case bool options' arguments to be non-greedy

* fix #1406

* add VersionOption class; clean up some code

* nullability fixes
2021-09-20 08:28:15 -07:00
Jon Sequeira 73a2c6287e
obsolete ParseResult.ValueFor* methods, add GetValueFor* replacements (#1394)
* obsolete ParseResult.ValueFor* methods, add GetValueFor* replacements

* add a GetValueForOption overload; migrate test usages of the obsoleted APIs

* migrate test usages of ValueForArgument to GetValueForArgument
2021-09-01 11:22:44 -07:00
GitHubPang 5e855e911d Fix a typo in "How To" 2021-06-08 17:20:34 -07:00
GitHubPang c1433adae9 Fix dead link in "Syntax Concepts and Parser" 2021-06-08 17:20:34 -07:00
Jon Sequeira c016b9b1d9
C# 9 (#1298)
* C# 9

* netcoreapp3.1 -> net5.0 for source build
2021-06-01 09:59:47 -07:00
Meir Blachman 722ada8a23
Use async main in How-To.md examples (#1246) 2021-04-06 07:36:49 -07:00
Ole Kristian Losvik 4ea817d2ef
Added package install command (#1218) 2021-03-22 13:22:04 -07:00
Brett V. Forsgren 9d637617a4
update tfm to net5.0 (#1097)
* update tfm to net5.0

* use latest ubuntu and mac images

* skip failing test
2021-02-17 17:13:11 -08:00
Pieter Venter 021d2b5351 Improve middleware example
Add a bit more context as people unfamiliar with API gets stuck.

Resolves #873 and #627
2020-12-01 19:05:23 -08:00
Pieter Venter 7362139354 Fix typo 2020-12-01 19:05:23 -08:00
Yury Shefer ce2025b291 adding .md extension to the links to fix 404 error 2020-11-21 14:01:15 -08:00
Ivan Eryshov ecb3bd1122 Update How-To.md
Added missing ```new``` before ```RootCommand```
2020-08-08 18:04:00 -07:00
Steve Hughes d195a24440
Added missing 'string[] args' to Main method in code samples (#1004)
`args` parameter was missing in code samples
2020-08-03 15:59:33 -07:00
Jon Sequeira 241a197a41
Update How-To.md 2020-08-02 12:23:58 -07:00
Jon Sequeira 747e26421e
Update How-To.md 2020-08-02 12:19:10 -07:00
Jon Sequeira e6c9affe40
Update How-To.md 2020-08-02 12:11:41 -07:00
zpittmansf 2885681fc9
Update Syntax-Concepts-and-Parser.md (#1003)
I believe option argument illustration here is meant to be on the numeric value 123 instead of on the option itself. --int-option is the option and 123 is the option argument.
2020-07-31 12:28:08 -07:00
Marko Ristin 77b343a9d2
Refer to complex binding in howto (#989)
* Refer to complex binding in howto

This patch adds a reference in "How-to" page to point the readers to the
relevant section about how to bind the more complex types. Since "Model
binding" page is not directly referenced from the Readme, many readers
are not aware of it.

This is related to issue #983.
2020-07-25 12:30:46 -07:00
Mark Pflug 724b4eae8d
Fixes a couple broken links in documentation. (#986) 2020-07-23 08:30:28 -07:00
Jon Sequeira f2556cacb3
Docs improvements (#979)
* docs updates

* add linux-x64 rid to dotnet-suggest
2020-07-21 15:04:34 -07:00
moreal cbaeacd3e8 Update staled repository url 2020-07-15 09:37:58 -07:00
moreal ddf8dd1643 Fix broken links 2020-07-15 09:37:58 -07:00
Jon Sequeira 957b9b5d84
Update How-To.md 2020-07-13 10:59:53 -07:00
Jon Sequeira 0455e355a3 add docs content from wiki 2020-07-12 09:37:57 -07:00