1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-18 17:23:20 +00:00

vendor: update version of github.com/spf13/cobra for zsh support

This commit is contained in:
bpicode
2017-08-31 16:20:55 +01:00
committed by Nick Craig-Wood
parent 2c8d6e86cc
commit 7e93567b18
26 changed files with 683 additions and 278 deletions

View File

@@ -117,6 +117,8 @@ func TestBashCompletions(t *testing.T) {
// check for filename extension flags
check(t, str, `flags_completion+=("_filedir")`)
// check for filename extension flags
check(t, str, `must_have_one_noun+=("three")`)
// check for filename extention flags
check(t, str, `flags_completion+=("__handle_filename_extension_flag json|yaml|yml")`)
// check for custom flags
check(t, str, `flags_completion+=("__complete_custom")`)