CGI-FR / CGI-FR/PIMO

[PROPOSAL] Pass multiple masking config to the command line

Open
#23 0 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
43
Forks
16
PR merge metrics
No merged PRs in 30d

Description

Possibility to pass multiple yaml configuration, that will be applied in the order provided by command line arguments

```console
$ cat data.jsonl | pimo -c format.yml -c clean.yml -c masking.yml
```

Equivalent to

```console
$ cat data.jsonl | pimo -c format.yml | pimo -c clean.yml | pimo -c masking.yml
```

Contributor guide

Open the contributing guide

Research direction

Start at the CLI handling for the -c option and trace how the current single YAML configuration is applied. Verify the behavior with the command shown in the issue; done means repeated -c arguments are accepted and applied in the supplied order, matching the equivalent pipeline.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.