mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Completion in go (#859)
* Initial implementation setting up of smart completion. * Initial implementation for service delete. * Initial implementation for service create. This doesn't work properly because we really need to be able to distinguish between positional arguments. * Clean-up. * Add doc. * Add doc. * Refactor completion handler code to make it easier to test. Add tests. * Update vendor. * Filtering doesn't occur at the completion handler level at this point. * Add test for delete completion. * Update glide and vendor. * Fix format. * Fix format. * Add MPL-2.0 to licenses. * Revert to 1.1.2 version of complete library due to bug with 1.2.0. See https://github.com/posener/complete/issues/74 * Fix odo -h.
This commit is contained in:
committed by
Suraj Narwade
parent
ff6af620fc
commit
2fb026f084
@@ -9,6 +9,7 @@ whitelist:
|
||||
- NewBSD
|
||||
- FreeBSD
|
||||
- ISC
|
||||
- MPL-2.0
|
||||
|
||||
exceptions:
|
||||
# wwhrd currently does not detect ISC which is compatible with Odo so, add it under exceptions to avoid errors due to it being not recognised
|
||||
|
||||
Reference in New Issue
Block a user