### What would you like to happen? Instead of passing multiple args to cli, the tool checks for args from `gh_config.cfg` or any similar format. So, either one of these works.. ```bash github-backup USER github-backup --from-config github-backup ```
What would you like to happen?
Instead of passing multiple args to cli, the tool checks for args from
gh_config.cfgor any similar format.So, either one of these works..