-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(decl): rename declarative
commands namespace to suite
#283
feat(decl): rename declarative
commands namespace to suite
#283
Conversation
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 03597e7ec0860aa47864eff57dfc1e2953238355
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alacuku, ekoops The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just nits!
@@ -13,6 +13,6 @@ | |||
// See the License for the specific language governing permissions and | |||
// limitations under the License. | |||
|
|||
// Package config provides the implementation of Config, the configuration shared among declarative commands. Among | |||
// other shared settings, it also stores the values of the shared flags. | |||
// Package config provides the implementation of Config, the configuration shared among suite commands. Among other |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Package config provides the implementation of Config, the configuration shared among suite commands. Among other | |
// Package config provides the implementation of Config, the configuration shared among suite-related commands. Among other |
Short: "Manage everything related to test suites", | ||
Long: "Manage everything related to test suites", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Short: "Manage everything related to test suites", | |
Long: "Manage everything related to test suites", | |
Short: "Manage test suites described via YAML files", | |
Long: "Provide sub-commands to work with test suites described via YAML files", |
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area commands
What this PR does / why we need it:
This PR renames the
declarative
commands namespace to the more suitablesuite
.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: