Method: Gitlab::CLI::Helpers.excluded_fields
- Defined in:
- lib/gitlab/cli_helpers.rb
.excluded_fields(args) ⇒ Array
Returns filtered excluded fields.
49 50 51 |
# File 'lib/gitlab/cli_helpers.rb', line 49 def excluded_fields(args) filtered_fields(args, '--except=') end |