mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
fix: fuzzy model was not instanciated (#2200)
* fix: fuzzy model was not instanciated * add test * add test
This commit is contained in:
1
testdata/fuzzy/testdata/TestFuzzyModel-fuzzy-err-run.golden
vendored
Normal file
1
testdata/fuzzy/testdata/TestFuzzyModel-fuzzy-err-run.golden
vendored
Normal file
@@ -0,0 +1 @@
|
||||
task: Task "instal" does not exist. Did you mean "install"?
|
1
testdata/fuzzy/testdata/TestFuzzyModel-fuzzy.golden
vendored
Normal file
1
testdata/fuzzy/testdata/TestFuzzyModel-fuzzy.golden
vendored
Normal file
@@ -0,0 +1 @@
|
||||
task: No tasks with description available. Try --list-all to list all tasks
|
2
testdata/fuzzy/testdata/TestFuzzyModel-not-fuzzy.golden
vendored
Normal file
2
testdata/fuzzy/testdata/TestFuzzyModel-not-fuzzy.golden
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
task: [install] echo 'install'
|
||||
install
|
Reference in New Issue
Block a user