Remove unused --config option#139
Remove unused --config option#139knative-prow-robot merged 3 commits intoknative:masterfrom nak3:remove-config
--config option#139Conversation
|
Hi @nak3. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@sixolet i believe you've added this initially. any thoughts on usefulness of this feature? |
rhuss
left a comment
There was a problem hiding this comment.
lgtm and I think we should remove it now even if we should add it back later (maybe for preferences of default displays options wrt to color/compact for human-readable output, like suggested in #75).
But for now I don't see a need for a config file yet.
|
/ok-to-test |
|
/lgtm |
|
The following is the coverage report on pkg/.
|
|
@nak3 I guess you need an dependency update / rebase for the tests to pass. |
|
The following is the coverage report on pkg/.
|
|
@rhuss @cppforlife Thank you! Updated and it looks like all tests were passed. By the way, I found current |
|
It was there because it was part of the default cobra boilerplate. We can always reintroduce if we need it. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cppforlife, nak3, rhuss, sixolet The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Currently `--config` option in kn command is not used from anywhere. This patch removes the option from the command.
|
@sixolet @rhuss @cppforlife Thank you. Rebased (so dropped the LGTM label). |
|
How is this not merged yet when it's been /lgtm by both @cppforlife and @sixolet ? I see @knative-prow-robot removed the labels. You all need to comment again and /approve. |
|
/lgtm |
…knative#193) * Revert knative#173 and knative#139 * Change default layout to have a hidden kn dir * Update deps
* [release-v1.8] Add func v1.10.0 * Update vendor dir * Fix pkg name in ldflags
Currently parameters read by
--configin kn can not be used.This patch removes the option from the command.
Fixes #138