Skip to content

Feature: custom option file

Drew Stinnett requested to merge feature-custom-option-file into main

Use viper to allow the user to create a suitcasectl.[yaml|json|toml] file in their base directory with a few overrides. Example:

ignore-glob:
  - "*.out"
  - "*.swp"

This data will also be added to the CLI metadata that's saved off

Merge request reports

Loading