Commit Graph

6 Commits

Author SHA1 Message Date
Alex Lai f51aefb0ba
feat: support fish shell completion (#1121)
* feat: support fish shell completion

Signed-off-by: Alex Lai <alexlai97@163.com>

* docs: reword

Signed-off-by: Alex Lai <alexlai97@163.com>

* Update cmd/completion.go

Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Alex Lai <alexlai97@outlook.com>
Signed-off-by: Alex Lai <alexlai97@163.com>

* Update cmd/completion.go

Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Alex Lai <alexlai97@outlook.com>
Signed-off-by: Alex Lai <alexlai97@163.com>

* docs: fish completion functions to completions folder

[reference](https://fishshell.com/docs/current/completions.html#where-to-put-completions)

Signed-off-by: Alex Lai <alexlai97@163.com>

Signed-off-by: Alex Lai <alexlai97@163.com>
Signed-off-by: Alex Lai <alexlai97@outlook.com>
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Co-authored-by: Alex Lai <laixingyu@cnaeit.com>
2022-11-07 20:33:10 +05:30
Dmitry Shmulevich 0f9d0d3a89
replaced license headers (#855)
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2021-12-10 08:09:09 +05:30
Yaron Schneider 3ee9e53338
add renewed headers (#588) 2021-02-10 08:37:08 -08:00
Mukundan Sundararajan 2495648629
Make flags consistent across commands. (#541)
update help messages
2020-12-03 14:32:39 -08:00
Artur Souza 78885ce0b3
Adds 'Updates help message for completion. (#507) 2020-11-06 13:19:01 -08:00
Haya Kawamitsu 89b7516cac
Added command completion feature to Dapr CLI (#369)
* Added command completion feature to dapr cli

* Add command completion for powershell

* Add missing license

Co-authored-by: Young Bu Park <youngp@microsoft.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2020-07-13 17:31:06 -07:00