As discussed in the team meeting yesterday, it'd be helpful to instantiate the CLI options (through argparse) in the scripts before we get to the installable package. The user-based input should override .env, but defaults could be set there (i.e., the sheet name defaults should be defined in the argument parsing).
As discussed in the team meeting yesterday, it'd be helpful to instantiate the CLI options (through
argparse) in the scripts before we get to the installable package. The user-based input should override.env, but defaults could be set there (i.e., the sheet name defaults should be defined in the argument parsing).