Module: Rubyists::Linear::CLI::Team
- Includes:
- SubCommands
- Defined in:
- lib/linear/commands/team.rb,
lib/linear/commands/team/list.rb
Overview
The Team module is the namespace for all team-related commands
Defined Under Namespace
Classes: List
Constant Summary collapse
- ALIASES =
Aliases for Team commands.
{ list: %w[ls l], # aliases for the list command team: %w[t teams] # aliases for the main team command itself }.freeze
- DESCRIPTION =
'Manage teams'
Constants included from WhatFor
WhatFor::ALLOWED_PR_TYPES, WhatFor::PR_TYPES, WhatFor::PR_TYPE_SELECTIONS
Method Summary
Methods included from SubCommands
#ask_for_team, #branch_for, #choose_a_team!, #current_branch, #default_branch, #git, included, #prompt, #pull_or_push_new_branch!
Methods included from WhatFor
#ask_for_projects, #ask_or_edit, #cancelled_state_for, #comment_for, #completed_state_for, #description_for, #editor_for, #labels_for, #pr_description_for, #pr_scope_for, #pr_title_for, #pr_type_for, #project_for, #project_scores, #reason_for, #team_for, #title_for