Update dependencies

This commit is contained in:
Zlatko Čalušić
2017-10-04 21:44:44 +02:00
parent 65a41ff4e3
commit 56954b3131
48 changed files with 745 additions and 5899 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 extension flags
check(t, str, `flags_completion+=("__handle_filename_extension_flag json|yaml|yml")`)
// check for custom flags
check(t, str, `flags_completion+=("__complete_custom")`)